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

Extended timeout by 1 minute.

Done to avoid running before ready again.
Exactly 3 h is to little because of loading times, so better safe than sorry 0: )
parent e5712842
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
// @description Automatically clicks through all the buttons on all subsites of the GreaterGood ClickToGive program every three hours.
// @description:de Klickt sich automatisch alle 3 Std. durch alle Buttons auf allen Seiten des GreaterGood-ClickToGive-Programms.
// @version 1.0
// @version 1.1
// @author Rsge
// @copyright 2021+, Jan G. (Rsge)
// @license Mozilla Public License 2.0
......@@ -55,5 +55,5 @@
}
// Wait for 3 h, then reload page to click through again
setTimeout(function(){location.reload(true);}, 10800000);
setTimeout(function(){location.reload(true);}, 10860000);
})();
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment