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

It seems they changed the timeout back to 2 h

parent c6c6801f
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
// @description Automatically clicks through all the buttons on all subsites of the GreaterGood ClickToGive program every two 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 zwei 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 2.0.2 // @version 2.0.3
// @copyright 2023+, Jan G. (Rsge) // @copyright 2023+, Jan G. (Rsge)
// @license Mozilla Public License 2.0 // @license Mozilla Public License 2.0
// @icon https://http-aws.greatergood.com/img/ggc/favicon-96x96.png // @icon https://http-aws.greatergood.com/img/ggc/favicon-96x96.png
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
// Max amount of seconds to wait before clicking button // Max amount of seconds to wait before clicking button
const MAX_RANDOM_TO_CLICK_SECONDS = 3; const MAX_RANDOM_TO_CLICK_SECONDS = 3;
// Minutes between possible click-throughs // Minutes between possible click-throughs
const INTERVAL_MINUTES = 25; const INTERVAL_MINUTES = 120;
// On button site, click button. // On button site, click button.
......
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