youtube_to_invidious update version

This commit is contained in:
Jesús 2019-10-10 23:12:32 -05:00
parent 1b67e5d720
commit 5b8fff163f
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766
2 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -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 */