diff options
author | Jesús <heckyel@hyperbola.info> | 2019-10-10 21:09:55 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-10-10 21:09:55 -0500 |
commit | 8514590e7163c24e6a33d632b1c7c14959958917 (patch) | |
tree | 074eb97b27d2b9f49373139303820ac02e61cbb3 /scripts-greasemonkey | |
parent | bd6b289da7349af899992f6a1f9ff21e4a4d1a92 (diff) | |
download | book-8514590e7163c24e6a33d632b1c7c14959958917.tar.lz book-8514590e7163c24e6a33d632b1c7c14959958917.tar.xz book-8514590e7163c24e6a33d632b1c7c14959958917.zip |
[scripts-greasemonkey] update
Diffstat (limited to 'scripts-greasemonkey')
-rw-r--r-- | scripts-greasemonkey/redirect.user.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts-greasemonkey/redirect.user.js b/scripts-greasemonkey/redirect.user.js index fa7f5b1..a7143de 100644 --- a/scripts-greasemonkey/redirect.user.js +++ b/scripts-greasemonkey/redirect.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name Youtube to Invidious -// @author OdinBrood, Jesús E. -// @namespace Free as Freedom +// @author OdinBrood +// @namespace Krul & Brood // @description Scan page for Youtube embeds and urls and replace with Invidious. // @include * // @exclude /^http(s|)://(www\.|)invidio\.us/.*$/ @@ -13,7 +13,7 @@ // @exclude /^http(s|)://(www\.|)tube\.poal\.co/.*$/ // @exclude /^http(s|)://(www\.|)invidious\.13ad\.de/.*$/ // @grant GM_xmlhttpRequest -// @version 8.4.1 +// @version 8.4.2 // ==/UserScript== /* jshint esversion: 6 */ |