diff options
author | Jesús <heckyel@hyperbola.info> | 2021-03-26 18:25:51 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-03-26 18:25:51 -0500 |
commit | 1ac6191bc46868c335450e75729531558df0c8d0 (patch) | |
tree | 6a65877dca0862cf791a1c39611d6526f516eadc /scripts-greasemonkey/youtube_to_invidious.user.js | |
parent | 5957ef05188acccf7a8ba1c180e5da06f9af874e (diff) | |
download | book-1ac6191bc46868c335450e75729531558df0c8d0.tar.lz book-1ac6191bc46868c335450e75729531558df0c8d0.tar.xz book-1ac6191bc46868c335450e75729531558df0c8d0.zip |
[greasemonkey]: update URLs scripts
Diffstat (limited to 'scripts-greasemonkey/youtube_to_invidious.user.js')
-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 30afb09..f884d09 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 urls and replace with Invidious. -// @homepageURL https://libregit.spks.xyz/heckyel/book/src/branch/master/scripts-greasemonkey +// @homepageURL https://git.sr.ht/~heckyel/book/blob/master/scripts-greasemonkey // @include * // @exclude /^http(s|)://(www[.]|)invidio[.]us/.*$/ // @exclude /^http(s|)://(www[.]|proxy[.]|)invidious[.]snopyta[.]org/.*$/ |