diff options
author | Jesús <heckyel@hyperbola.info> | 2020-03-07 14:16:53 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-03-07 14:16:53 -0500 |
commit | 21cc4612b009645e2506c58156d6944ac646cef8 (patch) | |
tree | 6dddf317dfa1026534d7902930a7a11d68c22504 /scripts-greasemonkey/invidio_proxy_mode.user.js | |
parent | 5d8199609e683a523aa4da00a99e2f1294ac5203 (diff) | |
download | book-21cc4612b009645e2506c58156d6944ac646cef8.tar.lz book-21cc4612b009645e2506c58156d6944ac646cef8.tar.xz book-21cc4612b009645e2506c58156d6944ac646cef8.zip |
Change URL
Diffstat (limited to 'scripts-greasemonkey/invidio_proxy_mode.user.js')
-rw-r--r-- | scripts-greasemonkey/invidio_proxy_mode.user.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts-greasemonkey/invidio_proxy_mode.user.js b/scripts-greasemonkey/invidio_proxy_mode.user.js index 61b0e3d..3618bd2 100644 --- a/scripts-greasemonkey/invidio_proxy_mode.user.js +++ b/scripts-greasemonkey/invidio_proxy_mode.user.js @@ -5,7 +5,7 @@ // @license GPL-3.0 // @description This script automatically Proxy-Mode on Invidious and its various public instances. // @namespace InvidiousProxy -// @homepageURL https://libregit.org/heckyel/book/src/branch/master/scripts-greasemonkey +// @homepageURL https://libregit.spks.xyz/heckyel/book/src/branch/master/scripts-greasemonkey // @include /(?:(?:http(s|):\/\/)(www[.]|)(?:invidio[.]us)\/(watch\?v=|embed\/))([^= &?(\/)\r\n]{8,11})(\S+)?$/ // @include /(?:(?:http(s|):\/\/)(www[.]|proxy[.]|)(?:invidious[.]snopyta[.]org)\/(watch\?v=|embed\/))([^= &?(\/)\r\n]{8,11})(\S+)?$/ // @include /(?:(?:http(s|):\/\/)(www[.]|)(?:vid[.]wxzm[.]sx)\/(watch\?v=|embed\/))([^= &?(\/)\r\n]{8,11})(\S+)?$/ |