// ==UserScript== // @name MyAbacus Poker // @namespace Violentmonkey Scripts // @match https://abaprod01.sympasol.com/portal/myabacus/* // @grant none // @version 1.0 // @author js // @description 02/01/2026, 14:31:37 // ==/UserScript== setInterval(() => { const element = document.querySelector('idle-notification') if (element) { element._pokeServer() } }, 60000)