diff options
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 */ |