From 871e37cf5fa229f2527a125e5c2ed9f8293906da Mon Sep 17 00:00:00 2001 From: Jan <rsge@web.de> Date: Tue, 5 Oct 2021 16:37:35 +0200 Subject: [PATCH] Changed around basic information --- 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 a525c22..98eea70 100644 --- a/GreaterGood-CTG-AutoClicker.js +++ b/GreaterGood-CTG-AutoClicker.js @@ -1,13 +1,14 @@ // ==UserScript== +// @namespace https://github.com/Rsge // @name GreaterGood CTG AutoClicker -// @namespace http://tampermonkey.net/ -// @version 0.2 // @description Automatically clicks through all the buttons on all subsites of the GreaterGood ClickToGive program. +// @version 0.3 // @author Rsge // @include https://greatergood.com/clicktogive/* // @include https://*.greatergood.com/clicktogive/* // @icon https://www.google.com/s2/favicons?domain=greatergood.com // @grant none +// @run-at document-start // ==/UserScript== (function () { -- GitLab