[scripts-greasemonkey] update

This commit is contained in:
Jesús 2019-10-10 21:09:55 -05:00
parent bd6b289da7
commit 8514590e71
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -1,7 +1,7 @@
// ==UserScript== // ==UserScript==
// @name Youtube to Invidious // @name Youtube to Invidious
// @author OdinBrood, Jesús E. // @author OdinBrood
// @namespace Free as Freedom // @namespace Krul & Brood
// @description Scan page for Youtube embeds and urls and replace with Invidious. // @description Scan page for Youtube embeds and urls and replace with Invidious.
// @include * // @include *
// @exclude /^http(s|)://(www\.|)invidio\.us/.*$/ // @exclude /^http(s|)://(www\.|)invidio\.us/.*$/
@ -13,7 +13,7 @@
// @exclude /^http(s|)://(www\.|)tube\.poal\.co/.*$/ // @exclude /^http(s|)://(www\.|)tube\.poal\.co/.*$/
// @exclude /^http(s|)://(www\.|)invidious\.13ad\.de/.*$/ // @exclude /^http(s|)://(www\.|)invidious\.13ad\.de/.*$/
// @grant GM_xmlhttpRequest // @grant GM_xmlhttpRequest
// @version 8.4.1 // @version 8.4.2
// ==/UserScript== // ==/UserScript==
/* jshint esversion: 6 */ /* jshint esversion: 6 */