Untitled
unknown
plain_text
2 years ago
541 B
5
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