From ce157d272abdd4d10db59b9ec94655e113a4d6ee Mon Sep 17 00:00:00 2001 From: Jan <rsge@web.de> Date: Wed, 5 Oct 2022 11:09:10 +0200 Subject: [PATCH] Updated header --- GreaterGood-CTG-AutoClicker.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/GreaterGood-CTG-AutoClicker.js b/GreaterGood-CTG-AutoClicker.js index 4b927bf..c7eba10 100644 --- a/GreaterGood-CTG-AutoClicker.js +++ b/GreaterGood-CTG-AutoClicker.js @@ -4,8 +4,7 @@ // @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.4.2 -// @author Rsge +// @version 1.4.3 // @copyright 2021+, Jan G. (Rsge) // @license Mozilla Public License 2.0 // @icon https://http-aws.greatergood.com/img/ggc/favicon-96x96.png @@ -13,13 +12,16 @@ // @namespace https://github.com/Rsge // @homepageURL https://github.com/Rsge/GreaterGood-CTG-AutoClicker // @supportURL https://github.com/Rsge/GreaterGood-CTG-AutoClicker/issues +// @updateURL https://greasyfork.org/scripts/433055-greatergood-ctg-autoclicker/code/GreaterGood%20CTG%20AutoClicker.user.js +// @downloadURL https://greasyfork.org/scripts/433055-greatergood-ctg-autoclicker/code/GreaterGood%20CTG%20AutoClicker.user.js // @match https://greatergood.com/clicktogive/* // @match https://greatergood.com/clickToGive/* // @match https://*.greatergood.com/clicktogive/* // @match https://*.greatergood.com/clickToGive/* -// @grant none +// @run-at document-idle +// @grant none // ==/UserScript== (function () { -- GitLab