diff --git a/README.md b/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..0da7b6c87b77cfb9f0f770484eb659ba93ee8399
--- /dev/null
+++ b/README.md
@@ -0,0 +1,5 @@
+# Toggl Button for Greasemonkey/Firefox: GitHub
+
+This is a plugin for the [Core Toggl Button][1] and should go there for instructions on how to install, configure and use this system.
+
+[1]: https://gitlab.paragon-es.de/toggl-button/core
diff --git a/github.user.js b/github.user.js
index ed32258340a43856556d8b34e288cf178ce64527..0e804f050a2f2985ed1c69c0be24c8ae53d11351 100644
--- a/github.user.js
+++ b/github.user.js
@@ -1,11 +1,8 @@
 // ==UserScript==
 // @name        Toggl-Button GitHub
 // @namespace   https://gitlab.paragon-es.de/toggl-button
-// @version     1.5
-// @include     http*://github.com/*/*/issues/*
-// @include     http*://github.com/*/*/poll/*
-// @include     http*://github.com/*/*/issues/new
-// @include     https://toggl.com/app/timer
+// @version     1.6
+// @include     http*://github.com/*
 // @grant       GM_xmlhttpRequest
 // @grant       GM_addStyle
 // @grant       GM_getResourceText
@@ -42,4 +39,4 @@ const coreObject = new TogglButtonGM('#partial-discussion-header', function (ele
 
 coreObject.tryDecorateTimer();
 
-GM_registerMenuCommand("Try decorating timer", () => coreObject.tryDecorateTimer());
\ No newline at end of file
+GM_registerMenuCommand("Try decorating timer", () => coreObject.tryDecorateTimer());