diff options
author | Jesús <heckyel@hyperbola.info> | 2019-10-12 19:32:51 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-10-12 19:32:51 -0500 |
commit | 47ac618daed040f77bbc0d8fce59711a7162f917 (patch) | |
tree | ff756b1ae3c3ece5909fc1112fb7b7355a1a38c7 | |
parent | f6d46c96e38a72eebb9c9306ccbb376ac8337ea8 (diff) | |
download | book-47ac618daed040f77bbc0d8fce59711a7162f917.tar.lz book-47ac618daed040f77bbc0d8fce59711a7162f917.tar.xz book-47ac618daed040f77bbc0d8fce59711a7162f917.zip |
[youtube_to_invidious.user.js] update version
-rw-r--r-- | scripts-greasemonkey/youtube_to_invidious.user.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts-greasemonkey/youtube_to_invidious.user.js b/scripts-greasemonkey/youtube_to_invidious.user.js index 46f88ce..0172f9f 100644 --- a/scripts-greasemonkey/youtube_to_invidious.user.js +++ b/scripts-greasemonkey/youtube_to_invidious.user.js @@ -14,7 +14,7 @@ // @exclude /^http(s|)://(www[.]|)tube[.]poal[.]co/.*$/ // @exclude /^http(s|)://(www[.]|)invidious[.]13ad[.]de/.*$/ // @grant GM_xmlhttpRequest -// @version 8.4.4 +// @version 8.4.5 // @license GPL version 3 or any later version::: https://www.gnu.org/licenses/gpl-3.0.html // ==/UserScript== /* jshint esversion: 6 */ |