Untitled
Anonymous
plain_text
11/18/2023 7:15 PM
724 B
15
Indexable
// ==UserScript==
// @name GARTİC.İO OTOMATİK GİRME V.1
// @description otomatik play tıklayıcı
// @version 1.0
// @author Gartic Script
// @match *://*/*?__cpo=aHR0cHM6Ly9nYXJ0aWMuaW8
// @icon https://i.hizliresim.com/mptijzd.png
// ==/UserScript==
setInterval(function(){if (!document.querySelector('div[class="loading"]')){
setTimeout(function(){
if(document.title.indexOf("#") !== -1)
{ document.getElementsByClassName('btYellowBig ic-playHome')[0].click();}},600)}
},200);Editor is loading...
Leave a Comment