From c6c6801f322b2d386ce41f5f633b76fc6daf8347 Mon Sep 17 00:00:00 2001 From: Jan <rsge@web.de> Date: Mon, 20 Mar 2023 09:30:22 +0100 Subject: [PATCH] Added name:de --- GreaterGood CTG AutoClicker.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/GreaterGood CTG AutoClicker.js b/GreaterGood CTG AutoClicker.js index 01c467b..2acb275 100644 --- a/GreaterGood CTG AutoClicker.js +++ b/GreaterGood CTG AutoClicker.js @@ -1,10 +1,11 @@ // ==UserScript== // @name GreaterGood CTG AutoClicker +// @name:de GreaterGood CTG Auto-Klicker // @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 2.0.1 +// @version 2.0.2 // @copyright 2023+, Jan G. (Rsge) // @license Mozilla Public License 2.0 // @icon https://http-aws.greatergood.com/img/ggc/favicon-96x96.png @@ -68,7 +69,7 @@ } } - // Wait for 2 h, then reload page to click through again. + // Wait for specified time, then reload page to click through again. var intervalMilliseconds = (INTERVAL_MINUTES + 1) * 60 * 1000; setTimeout(function(){location.reload(true);}, intervalMilliseconds); })(); -- GitLab