From 50edd22fafd438d911bf3fe055effed964eaf43d Mon Sep 17 00:00:00 2001
From: Jan <rsge@web.de>
Date: Thu, 22 Sep 2022 09:10:28 +0200
Subject: [PATCH] Changed formatting & namespace

---
 GreaterGood-CTG-AutoClicker.js | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/GreaterGood-CTG-AutoClicker.js b/GreaterGood-CTG-AutoClicker.js
index e7193fc..4b927bf 100644
--- a/GreaterGood-CTG-AutoClicker.js
+++ b/GreaterGood-CTG-AutoClicker.js
@@ -1,23 +1,23 @@
 // ==UserScript==
-// @name         GreaterGood CTG AutoClicker
+// @name           GreaterGood CTG AutoClicker
 
-// @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.
 
-// @version      1.4.1
-// @author       Rsge
-// @copyright    2021+, Jan G. (Rsge)
-// @license      Mozilla Public License 2.0
-// @icon         https://http-aws.greatergood.com/img/ggc/favicon-96x96.png
+// @version        1.4.2
+// @author         Rsge
+// @copyright      2021+, Jan G. (Rsge)
+// @license        Mozilla Public License 2.0
+// @icon           https://http-aws.greatergood.com/img/ggc/favicon-96x96.png
 
-// @namespace    https://github.com/Rsge/GreaterGood-CTG-AutoClicker
-// @homepageURL  https://github.com/Rsge/GreaterGood-CTG-AutoClicker
-// @supportURL   https://github.com/Rsge/GreaterGood-CTG-AutoClicker/issues
+// @namespace      https://github.com/Rsge
+// @homepageURL    https://github.com/Rsge/GreaterGood-CTG-AutoClicker
+// @supportURL     https://github.com/Rsge/GreaterGood-CTG-AutoClicker/issues
 
-// @match        https://greatergood.com/clicktogive/*
-// @match        https://greatergood.com/clickToGive/*
-// @match        https://*.greatergood.com/clicktogive/*
-// @match        https://*.greatergood.com/clickToGive/*
+// @match          https://greatergood.com/clicktogive/*
+// @match          https://greatergood.com/clickToGive/*
+// @match          https://*.greatergood.com/clicktogive/*
+// @match          https://*.greatergood.com/clickToGive/*
 
 // @grant        none
 // ==/UserScript==
-- 
GitLab