Skip to content
Snippets Groups Projects
Unverified Commit 34de8bb9 authored by Jan's avatar Jan Committed by GitHub
Browse files

Reduced to every 2 h 1 m.

Probably there was an update for Christmas...
parent 12a844dd
Branches
No related tags found
No related merge requests found
// ==UserScript== // ==UserScript==
// @name GreaterGood CTG AutoClicker // @name GreaterGood CTG AutoClicker
// @description Automatically clicks through all the buttons on all subsites of the GreaterGood ClickToGive program every three hours. // @description Automatically clicks through all the buttons on all subsites of the GreaterGood ClickToGive program every two hours.
// @description:de Klickt sich automatisch alle 3 Std. durch alle Buttons auf allen Seiten des GreaterGood-ClickToGive-Programms. // @description:de Klickt sich automatisch alle zwei Std. durch alle Buttons auf allen Seiten des GreaterGood-ClickToGive-Programms.
// @version 1.1 // @version 1.2
// @author Rsge // @author Rsge
// @copyright 2021+, Jan G. (Rsge) // @copyright 2021+, Jan G. (Rsge)
// @license Mozilla Public License 2.0 // @license Mozilla Public License 2.0
...@@ -54,6 +54,6 @@ ...@@ -54,6 +54,6 @@
} }
} }
// Wait for 3 h, then reload page to click through again // Wait for 2 h, then reload page to click through again
setTimeout(function(){location.reload(true);}, 10860000); setTimeout(function(){location.reload(true);}, 7260000);
})(); })();
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment