afk scripti

afk kalmanızı sağlar

As of 2025-03-09. See the latest version.

// ==UserScript==
// @name         afk scripti
// @namespace    http://tampermonkey.net/
// @version      1.2
// @description  afk kalmanızı sağlar
// @author       Ryzex
// @match        *://*/*
// @grant        none
// ==/UserScript==

setInterval(() => document.querySelector(".ic-yes")?.click(), 400);