From 34de8bb9af9a67c569ec4a0f4c2f5617fc5ace0c Mon Sep 17 00:00:00 2001
From: Jan <rsge@web.de>
Date: Fri, 10 Dec 2021 07:09:28 +0100
Subject: [PATCH] Reduced to every 2 h 1 m.

Probably there was an update for Christmas...
---
 GreaterGood-CTG-AutoClicker.js | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/GreaterGood-CTG-AutoClicker.js b/GreaterGood-CTG-AutoClicker.js
index 4446232..7ec12cc 100644
--- a/GreaterGood-CTG-AutoClicker.js
+++ b/GreaterGood-CTG-AutoClicker.js
@@ -1,10 +1,10 @@
 // ==UserScript==
 // @name         GreaterGood CTG AutoClicker
 
-// @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.
+// @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.
 
-// @version      1.1
+// @version      1.2
 // @author       Rsge
 // @copyright    2021+, Jan G. (Rsge)
 // @license      Mozilla Public License 2.0
@@ -54,6 +54,6 @@
         }
     }
 
-    // Wait for 3 h, then reload page to click through again
-    setTimeout(function(){location.reload(true);}, 10860000);
+    // Wait for 2 h, then reload page to click through again
+    setTimeout(function(){location.reload(true);}, 7260000);
 })();
-- 
GitLab