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

Reduced idle time to 25 mins

Seems like you can click even earlier now - once it was once per day, then it was once very 2 h, now every ca. 23 mins.
To be save I increased set it to 25 mins.
parent 4a7940a7
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,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.0 // @version 2.0.1
// @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
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,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 = 120; const INTERVAL_MINUTES = 25;
// 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