From f737c3814c3f1e59fcf7975ecb067a61f1acf90a Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Fri, 13 Nov 2015 10:57:12 +0100 Subject: [PATCH] Change usage of external script to a trusted domain --- github.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github.user.js b/github.user.js index fd8b649..a296a94 100644 --- a/github.user.js +++ b/github.user.js @@ -12,7 +12,7 @@ // @grant GM_setValue // @grant GM_info // @grant GM_registerMenuCommand -// @require https://gitlab.paragon-es.de/toggl-button/core/raw/latest/TogglLibrary.js +// @require https://greasyfork.org/scripts/2670-toggllibrary/code/TogglLibrary.js // @resource togglStyle https://gitlab.paragon-es.de/toggl-button/core/raw/latest/TogglLibrary.css // @description Toggle button for GitHub // ==/UserScript== -- GitLab