diff --git a/GreaterGood-CTG-AutoClicker.js b/GreaterGood-CTG-AutoClicker.js
index e7193fc1af7572fb959a65517e72defae36b9c16..4b927bfc40f0d5db33b55cb5cf7041293e929d01 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==