diff options
author | Jesús <heckyel@hyperbola.info> | 2019-10-11 17:57:39 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-10-11 17:57:39 -0500 |
commit | fc3137ff8eb446a8fa85aea0d9c2fac4b69367e7 (patch) | |
tree | 9ded5a27f104d6dfc8ceeea01933a8ffa05476cf | |
parent | 391ca64271b8596dcf1224692a93a0c7236c1b0a (diff) | |
download | book-fc3137ff8eb446a8fa85aea0d9c2fac4b69367e7.tar.lz book-fc3137ff8eb446a8fa85aea0d9c2fac4b69367e7.tar.xz book-fc3137ff8eb446a8fa85aea0d9c2fac4b69367e7.zip |
[invidio_dark_mode.user.js] fix namespace
-rw-r--r-- | scripts-greasemonkey/invidio_dark_mode.user.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts-greasemonkey/invidio_dark_mode.user.js b/scripts-greasemonkey/invidio_dark_mode.user.js index b549db0..83dc10a 100644 --- a/scripts-greasemonkey/invidio_dark_mode.user.js +++ b/scripts-greasemonkey/invidio_dark_mode.user.js @@ -4,8 +4,8 @@ // @author ace2k, Jesús E. // @license GPL-3.0 // @description This script automatically toggles dark mode on Invidious and its various public instances. -// @namespace https://gitlab.com/ace2k -// @supportURL https://gitlab.com/ace2k/userscripts +// @namespace InvidiousDark +// @homepageURL https://libregit.org/heckyel/book/src/branch/master/scripts-greasemonkey // @include /^http(s|)://(www[.]|)invidio[.]us/.*$/ // @include /^http(s|)://(www[.]|proxy[.])invidious[.]snopyta[.]org/.*$/ // @include /^http(s|)://(www[.]|)vid[.]wxzm[.]sx/.*$/ |