diff options
author | Jesús <heckyel@hyperbola.info> | 2019-10-10 23:12:32 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-10-10 23:12:32 -0500 |
commit | 5b8fff163f1a67b0295b832bf8c575e72738fadd (patch) | |
tree | 678b44282a102a9999cefe14182b62d73b63d346 /scripts-greasemonkey | |
parent | 1b67e5d7208a3224b1a41bc7f321e7cb306d84ab (diff) | |
download | book-5b8fff163f1a67b0295b832bf8c575e72738fadd.tar.lz book-5b8fff163f1a67b0295b832bf8c575e72738fadd.tar.xz book-5b8fff163f1a67b0295b832bf8c575e72738fadd.zip |
youtube_to_invidious update version
Diffstat (limited to 'scripts-greasemonkey')
-rw-r--r-- | scripts-greasemonkey/README.md | 2 | ||||
-rw-r--r-- | scripts-greasemonkey/youtube_to_invidious.user.js (renamed from scripts-greasemonkey/Youtube_to_Invidious.user.js) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/scripts-greasemonkey/README.md b/scripts-greasemonkey/README.md index 9122ef7..801268a 100644 --- a/scripts-greasemonkey/README.md +++ b/scripts-greasemonkey/README.md @@ -1,4 +1,4 @@ # List Scripts -- [Invidious Redirect](https://libregit.org/heckyel/book/raw/branch/master/scripts-greasemonkey/Youtube_to_Invidious.user.js) +- [Invidious Redirect](https://libregit.org/heckyel/book/raw/branch/master/scripts-greasemonkey/youtube_to_invidious.user.js) - [Invidious Dark-Mode](https://libregit.org/heckyel/book/raw/branch/master/scripts-greasemonkey/invidio_dark_mode.user.js) diff --git a/scripts-greasemonkey/Youtube_to_Invidious.user.js b/scripts-greasemonkey/youtube_to_invidious.user.js index 4dd2f5f..49bc51d 100644 --- a/scripts-greasemonkey/Youtube_to_Invidious.user.js +++ b/scripts-greasemonkey/youtube_to_invidious.user.js @@ -1,5 +1,5 @@ // ==UserScript== -// @name Youtube to Invidious +// @name YouTube to Invidious // @author OdinBrood, Jesús E. // @namespace Krul & Brood // @description Scan page for Youtube embeds and urls and replace with Invidious. @@ -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 */ |