Untitled

 avatar
unknown
plain_text
2 years ago
528 B
9
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)}
},500);
Editor is loading...
Leave a Comment