This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Aternos Server Time Up Countdown Bypass | |
| // @match https://aternos.org/server* | |
| // @grant none | |
| // @version 0.5 | |
| // @author illegalsolutions | |
| // @description Automatically clicks the count-up button | |
| // @require https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js | |
| // ==/UserScript== |