aboutsummaryrefslogtreecommitdiffstats
path: root/scripts-greasemonkey
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-10-10 21:09:55 -0500
committerJesús <heckyel@hyperbola.info>2019-10-10 21:09:55 -0500
commit8514590e7163c24e6a33d632b1c7c14959958917 (patch)
tree074eb97b27d2b9f49373139303820ac02e61cbb3 /scripts-greasemonkey
parentbd6b289da7349af899992f6a1f9ff21e4a4d1a92 (diff)
downloadbook-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.js6
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 */