diff options
author | Jesús <heckyel@hyperbola.info> | 2019-10-12 18:39:27 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-10-12 18:39:27 -0500 |
commit | 4bac7534c905e4e162edaa05a104f59fac6622c8 (patch) | |
tree | 94506e044682f62751d3963d7feebd3aa0397d7c | |
parent | 4b33ac0fe462520ec60e6ccccffc1ea887a1b847 (diff) | |
download | book-4bac7534c905e4e162edaa05a104f59fac6622c8.tar.lz book-4bac7534c905e4e162edaa05a104f59fac6622c8.tar.xz book-4bac7534c905e4e162edaa05a104f59fac6622c8.zip |
[youtube_to_invidious.user.js] fix syntax
-rw-r--r-- | scripts-greasemonkey/youtube_to_invidious.user.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts-greasemonkey/youtube_to_invidious.user.js b/scripts-greasemonkey/youtube_to_invidious.user.js index 0f774cb..05120eb 100644 --- a/scripts-greasemonkey/youtube_to_invidious.user.js +++ b/scripts-greasemonkey/youtube_to_invidious.user.js @@ -3,7 +3,7 @@ // @author OdinBrood, Jesús E. // @namespace InvidiousRedirect // @description Scan page for Youtube embeds and urls and replace with Invidious. -// @homepageURL https://libregit.org/heckyel/book/src/branch/master/scripts-greasemonkey +// @homepageURL https://libregit.org/heckyel/book/src/branch/master/scripts-greasemonkey // @include * // @exclude /^http(s|)://(www[.]|)invidio[.]us/.*$/ // @exclude /^http(s|)://(www[.]|proxy[.]|)invidious[.]snopyta[.]org/.*$/ |