From 2bd6e4aeae86c831ff20ad328f069f5a4215f8c0 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Wed, 13 Jul 2016 11:10:08 +0200
Subject: [PATCH] #3 Load script on whole github.com domain so that it is
 present even if navigating to an issue later

---
 github.user.js | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/github.user.js b/github.user.js
index be05930..c7f0eee 100644
--- a/github.user.js
+++ b/github.user.js
@@ -1,10 +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
+// @version     1.6
+// @include     http*://github.com/*
 // @grant       GM_xmlhttpRequest
 // @grant       GM_addStyle
 // @grant       GM_getResourceText
-- 
GitLab