Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GreaterGood-CTG-AutoClicker
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gohrbandt, Jan
GreaterGood-CTG-AutoClicker
Commits
e06041fd
Unverified
Commit
e06041fd
authored
2 years ago
by
Jan
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
GreaterGood CTG AutoClicker.js
+2
-2
2 additions, 2 deletions
GreaterGood CTG AutoClicker.js
with
2 additions
and
2 deletions
GreaterGood CTG AutoClicker.js
+
2
−
2
View file @
e06041fd
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment