diff options
author | Jesús <heckyel@hyperbola.info> | 2020-03-07 15:10:42 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-03-07 15:10:42 -0500 |
commit | af49d350c0fe1b4c65e39031b4aca03247a87350 (patch) | |
tree | 8f4d374d3565be55d6bd04da6ce88651db5cda83 | |
parent | 21cc4612b009645e2506c58156d6944ac646cef8 (diff) | |
download | book-af49d350c0fe1b4c65e39031b4aca03247a87350.tar.lz book-af49d350c0fe1b4c65e39031b4aca03247a87350.tar.xz book-af49d350c0fe1b4c65e39031b4aca03247a87350.zip |
update versions
Signed-off-by: Jesús <heckyel@hyperbola.info>
-rw-r--r-- | scripts-greasemonkey/instagram_to_bibliogram.user.js | 2 | ||||
-rw-r--r-- | scripts-greasemonkey/invidio_dark_mode.user.js | 2 | ||||
-rw-r--r-- | scripts-greasemonkey/invidio_embed.user.js | 2 | ||||
-rw-r--r-- | scripts-greasemonkey/invidio_proxy_mode.user.js | 2 | ||||
-rw-r--r-- | scripts-greasemonkey/twitter_to_nitter.user.js | 2 | ||||
-rw-r--r-- | scripts-greasemonkey/youtube_to_invidious.user.js | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/scripts-greasemonkey/instagram_to_bibliogram.user.js b/scripts-greasemonkey/instagram_to_bibliogram.user.js index 60baab0..1a7c8e6 100644 --- a/scripts-greasemonkey/instagram_to_bibliogram.user.js +++ b/scripts-greasemonkey/instagram_to_bibliogram.user.js @@ -8,7 +8,7 @@ // @exclude /^http(s|)://(www[.]|)bibliogram[.]art/.*$/ // @exclude /^http(s|)://(www[.]|)bibliogram[.]snopyta[.]org/.*$/ // @exclude /^http(s|)://(www[.]|)bibliogram[.]pussthecat[.]org/.*$/ -// @version 0.1.1 +// @version 0.1.2 // @grant none // @license GPL version 3 or any later version::: https://www.gnu.org/licenses/gpl-3.0.html // ==/UserScript== diff --git a/scripts-greasemonkey/invidio_dark_mode.user.js b/scripts-greasemonkey/invidio_dark_mode.user.js index 4520ca9..bc4528a 100644 --- a/scripts-greasemonkey/invidio_dark_mode.user.js +++ b/scripts-greasemonkey/invidio_dark_mode.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name Invidious - Dark Mode -// @version 1.1.5 +// @version 1.1.6 // @author Jesús E. // @license GPL-3.0 // @description This script automatically toggles dark mode on Invidious and its various public instances. diff --git a/scripts-greasemonkey/invidio_embed.user.js b/scripts-greasemonkey/invidio_embed.user.js index e36f0b1..475952d 100644 --- a/scripts-greasemonkey/invidio_embed.user.js +++ b/scripts-greasemonkey/invidio_embed.user.js @@ -17,7 +17,7 @@ // @exclude /^http(s|)://(www[.]|)invidious[.]enkirton[.]net/.*$/ // @exclude /^http(s|)://(www[.]|)tube[.]poal[.]co/.*$/ // @exclude /^http(s|)://(www[.]|)invidious[.]13ad[.]de/.*$/ -// @version 1.0.3 +// @version 1.0.4 // @grant none // ==/UserScript== diff --git a/scripts-greasemonkey/invidio_proxy_mode.user.js b/scripts-greasemonkey/invidio_proxy_mode.user.js index 3618bd2..76bafc2 100644 --- a/scripts-greasemonkey/invidio_proxy_mode.user.js +++ b/scripts-greasemonkey/invidio_proxy_mode.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name Invidious - Proxy Mode -// @version 0.1.7 +// @version 0.1.8 // @author Jesús E. // @license GPL-3.0 // @description This script automatically Proxy-Mode on Invidious and its various public instances. diff --git a/scripts-greasemonkey/twitter_to_nitter.user.js b/scripts-greasemonkey/twitter_to_nitter.user.js index 4aae41c..e0e3e44 100644 --- a/scripts-greasemonkey/twitter_to_nitter.user.js +++ b/scripts-greasemonkey/twitter_to_nitter.user.js @@ -13,7 +13,7 @@ // @exclude /^http(s|)://(www[.]|)nitter[.]nixnet[.]xyz/.*$/ // @exclude /^http(s|)://(www[.]|)nitter[.]drycat[.]fr/.*$/ // @exclude /^http(s|)://(www[.]|)tw[.]openalgeria[.]org/.*$/ -// @version 0.1.2 +// @version 0.1.3 // @grant none // @license GPL version 3 or any later version::: https://www.gnu.org/licenses/gpl-3.0.html // ==/UserScript== diff --git a/scripts-greasemonkey/youtube_to_invidious.user.js b/scripts-greasemonkey/youtube_to_invidious.user.js index fe8792b..4ff0463 100644 --- a/scripts-greasemonkey/youtube_to_invidious.user.js +++ b/scripts-greasemonkey/youtube_to_invidious.user.js @@ -16,7 +16,7 @@ // @exclude /^http(s|)://(www[.]|)tube[.]poal[.]co/.*$/ // @exclude /^http(s|)://(www[.]|)invidious[.]13ad[.]de/.*$/ // @grant none -// @version 8.4.7 +// @version 8.4.8 // @license GPL version 3 or any later version::: https://www.gnu.org/licenses/gpl-3.0.html // ==/UserScript== /* jshint esversion: 6 */ |