diff --git a/github.user.js b/github.user.js index 26fb12e1a3665ab93c2ebab08694554e593ab60e..fa3a44ab06b9cf64dbc447d7fe3f71b91dcc51ef 100644 --- a/github.user.js +++ b/github.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name Toggl-Button GitHub -// @namespace https://github.com/jurgenhaas/toggl-button-greasemonkey -// @version 1.3 +// @namespace https://gitlab.paragon-es.de/toggl-button +// @version 1.4 // @include http*://github.com/* // @grant GM_xmlhttpRequest // @grant GM_addStyle @@ -10,8 +10,8 @@ // @grant GM_setValue // @grant GM_info // @grant GM_registerMenuCommand -// @require https://greasyfork.org/scripts/2670-toggllibrary/code/TogglLibrary.js -// @resource togglStyle https://raw.githubusercontent.com/jurgenhaas/toggl-button-greasemonkey/v1.3/TogglLibrary.css +// @require https://gitlab.paragon-es.de/toggl-button/core/raw/v1.4/TogglLibrary.js +// @resource togglStyle https://gitlab.paragon-es.de/toggl-button/core/raw/v1.4/TogglLibrary.css // @description Toggle button for GitHub // ==/UserScript==