diff options
author | Jesús <heckyel@hyperbola.info> | 2021-03-26 18:25:51 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-03-26 18:25:51 -0500 |
commit | 1ac6191bc46868c335450e75729531558df0c8d0 (patch) | |
tree | 6a65877dca0862cf791a1c39611d6526f516eadc | |
parent | 5957ef05188acccf7a8ba1c180e5da06f9af874e (diff) | |
download | book-1ac6191bc46868c335450e75729531558df0c8d0.tar.lz book-1ac6191bc46868c335450e75729531558df0c8d0.tar.xz book-1ac6191bc46868c335450e75729531558df0c8d0.zip |
[greasemonkey]: update URLs scripts
-rw-r--r-- | scripts-greasemonkey/README.md | 16 | ||||
-rw-r--r-- | scripts-greasemonkey/fix_input_dark_theme.user.js | 2 | ||||
-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 |
8 files changed, 15 insertions, 15 deletions
diff --git a/scripts-greasemonkey/README.md b/scripts-greasemonkey/README.md index b4116a9..8c3851f 100644 --- a/scripts-greasemonkey/README.md +++ b/scripts-greasemonkey/README.md @@ -4,40 +4,40 @@ - See [DuckDuckGo Dark](duckduckgo_dark_theme.user.js) - [Install](https://libregit.spks.xyz/heckyel/book/raw/branch/master/scripts-greasemonkey/duckduckgo_dark_theme.user.js) + [Install](https://git.sr.ht/~heckyel/book/blob/master/scripts-greasemonkey/duckduckgo_dark_theme.user.js) ## Invidious - See [Invidious Redirect](youtube_to_invidious.user.js) - [Install](https://libregit.spks.xyz/heckyel/book/raw/branch/master/scripts-greasemonkey/youtube_to_invidious.user.js) + [Install](https://git.sr.ht/~heckyel/book/blob/master/scripts-greasemonkey/youtube_to_invidious.user.js) - See [Invidious Dark-Mode](invidio_dark_mode.user.js) - [Install](https://libregit.spks.xyz/heckyel/book/raw/branch/master/scripts-greasemonkey/invidio_dark_mode.user.js) + [Install](https://git.sr.ht/~heckyel/book/blob/master/scripts-greasemonkey/invidio_dark_mode.user.js) - See [Invidious Proxy-Mode](invidio_proxy_mode.user.js) - [Install](https://libregit.spks.xyz/heckyel/book/raw/branch/master/scripts-greasemonkey/invidio_proxy_mode.user.js) + [Install](https://git.sr.ht/~heckyel/book/blob/master/scripts-greasemonkey/invidio_proxy_mode.user.js) - See [Invidious Embed](invidio_embed.user.js) - [Install](https://libregit.spks.xyz/heckyel/book/raw/branch/master/scripts-greasemonkey/invidio_embed.user.js) + [Install](https://git.sr.ht/~heckyel/book/blob/master/scripts-greasemonkey/invidio_embed.user.js) ## Nitter - See [Nitter Redirect](twitter_to_nitter.user.js) - [Install](https://libregit.spks.xyz/heckyel/book/raw/branch/master/scripts-greasemonkey/twitter_to_nitter.user.js) + [Install](https://git.sr.ht/~heckyel/book/blob/master/scripts-greasemonkey/twitter_to_nitter.user.js) ## Bibliogram - See [Bibliogram Redirect](instagram_to_bibliogram.user.js) - [Install](https://libregit.spks.xyz/heckyel/book/raw/branch/master/scripts-greasemonkey/instagram_to_bibliogram.user.js) + [Install](https://git.sr.ht/~heckyel/book/blob/master/scripts-greasemonkey/instagram_to_bibliogram.user.js) ## Fix all web forms Input for your Dark Theme (Experimental) - See [DarkThemeInputFix Redirect](fix_input_dark_theme.user.js) - [Install](https://libregit.spks.xyz/heckyel/book/raw/branch/master/scripts-greasemonkey/fix_input_dark_theme.user.js) + [Install](https://git.sr.ht/~heckyel/book/blob/master/scripts-greasemonkey/fix_input_dark_theme.user.js) diff --git a/scripts-greasemonkey/fix_input_dark_theme.user.js b/scripts-greasemonkey/fix_input_dark_theme.user.js index f961c4b..89f1989 100644 --- a/scripts-greasemonkey/fix_input_dark_theme.user.js +++ b/scripts-greasemonkey/fix_input_dark_theme.user.js @@ -3,7 +3,7 @@ // @author Jesús E. & Enmanuel E. // @namespace fixForMyDarkTheme // @description Scan all inputs and add a inherit color option for not blind inputs in your dark theme -// @homepageURL https://libregit.spks.xyz/heckyel/book/src/branch/master/scripts-greasemonkey +// @homepageURL https://git.sr.ht/~heckyel/book/blob/master/scripts-greasemonkey // @include * // @grant none // @version 0.0.2 diff --git a/scripts-greasemonkey/instagram_to_bibliogram.user.js b/scripts-greasemonkey/instagram_to_bibliogram.user.js index f5aec45..456fb1b 100644 --- a/scripts-greasemonkey/instagram_to_bibliogram.user.js +++ b/scripts-greasemonkey/instagram_to_bibliogram.user.js @@ -3,7 +3,7 @@ // @author Jesús E. // @namespace BibliogramRedirect // @description Scan page for Instagram and urls replace with Bibliogram -// @homepageURL https://libregit.spks.xyz/heckyel/book/src/branch/master/scripts-greasemonkey +// @homepageURL https://git.sr.ht/~heckyel/book/blob/master/scripts-greasemonkey // @include * // @exclude /^http(s|)://(www[.]|)bibliogram[.]art/.*$/ // @exclude /^http(s|)://(www[.]|)bibliogram[.]snopyta[.]org/.*$/ diff --git a/scripts-greasemonkey/invidio_dark_mode.user.js b/scripts-greasemonkey/invidio_dark_mode.user.js index 4483bf1..8f3cc68 100644 --- a/scripts-greasemonkey/invidio_dark_mode.user.js +++ b/scripts-greasemonkey/invidio_dark_mode.user.js @@ -5,7 +5,7 @@ // @license GPL version 3 or any later version::: https://www.gnu.org/licenses/gpl-3.0.html // @description This script automatically toggles dark mode on Invidious and its various public instances. // @namespace InvidiousDark -// @homepageURL https://libregit.spks.xyz/heckyel/book/src/branch/master/scripts-greasemonkey +// @homepageURL https://git.sr.ht/~heckyel/book/blob/master/scripts-greasemonkey // @include /^http(s|)://(www[.]|)invidio[.]us/.*$/ // @include /^http(s|)://(www[.]|proxy[.]|)invidious[.]snopyta[.]org/.*$/ // @include /^http(s|)://(www[.]|)vid[.]wxzm[.]sx/.*$/ diff --git a/scripts-greasemonkey/invidio_embed.user.js b/scripts-greasemonkey/invidio_embed.user.js index d58d378..85c8538 100644 --- a/scripts-greasemonkey/invidio_embed.user.js +++ b/scripts-greasemonkey/invidio_embed.user.js @@ -4,7 +4,7 @@ // @author Jesús E. // @license GPL version 3 or any later version::: https://www.gnu.org/licenses/gpl-3.0.html // @description Replace YouTube embeds with invidious instance -// @homepageURL https://libregit.spks.xyz/heckyel/book/src/branch/master/scripts-greasemonkey +// @homepageURL https://git.sr.ht/~heckyel/book/blob/master/scripts-greasemonkey // @include * // @exclude /^http(s|)://(www[.]|)youtube[.]com/.*$/ // @exclude /^http(s|)://(www[.]|)invidio[.]us/.*$/ diff --git a/scripts-greasemonkey/invidio_proxy_mode.user.js b/scripts-greasemonkey/invidio_proxy_mode.user.js index 94fc3c5..0bb12f0 100644 --- a/scripts-greasemonkey/invidio_proxy_mode.user.js +++ b/scripts-greasemonkey/invidio_proxy_mode.user.js @@ -5,7 +5,7 @@ // @license GPL version 3 or any later version::: https://www.gnu.org/licenses/gpl-3.0.html // @description This script automatically Proxy-Mode on Invidious and its various public instances. // @namespace InvidiousProxy -// @homepageURL https://libregit.spks.xyz/heckyel/book/src/branch/master/scripts-greasemonkey +// @homepageURL https://git.sr.ht/~heckyel/book/blob/master/scripts-greasemonkey // @include /(?:(?:http(s|):\/\/)(www[.]|)(?:invidio[.]us)\/(watch\?v=|embed\/))([^= &?(\/)\r\n]{8,11})(\S+)?$/ // @include /(?:(?:http(s|):\/\/)(www[.]|proxy[.]|)(?:invidious[.]snopyta[.]org)\/(watch\?v=|embed\/))([^= &?(\/)\r\n]{8,11})(\S+)?$/ // @include /(?:(?:http(s|):\/\/)(www[.]|)(?:vid[.]wxzm[.]sx)\/(watch\?v=|embed\/))([^= &?(\/)\r\n]{8,11})(\S+)?$/ diff --git a/scripts-greasemonkey/twitter_to_nitter.user.js b/scripts-greasemonkey/twitter_to_nitter.user.js index b712246..f947230 100644 --- a/scripts-greasemonkey/twitter_to_nitter.user.js +++ b/scripts-greasemonkey/twitter_to_nitter.user.js @@ -3,7 +3,7 @@ // @author Jesús E. // @namespace NitterRedirect // @description Scan page for Twitter and urls replace with Nitter -// @homepageURL https://libregit.spks.xyz/heckyel/book/src/branch/master/scripts-greasemonkey +// @homepageURL https://git.sr.ht/~heckyel/book/blob/master/scripts-greasemonkey // @include * // @exclude /^http(s|)://(www[.]|)nitter[.]net/.*$/ // @exclude /^http(s|)://(www[.]|)nitter[.]pro/.*$/ diff --git a/scripts-greasemonkey/youtube_to_invidious.user.js b/scripts-greasemonkey/youtube_to_invidious.user.js index 30afb09..f884d09 100644 --- a/scripts-greasemonkey/youtube_to_invidious.user.js +++ b/scripts-greasemonkey/youtube_to_invidious.user.js @@ -3,7 +3,7 @@ // @author OdinBrood, Jesús E. // @namespace InvidiousRedirect // @description Scan page for Youtube urls and replace with Invidious. -// @homepageURL https://libregit.spks.xyz/heckyel/book/src/branch/master/scripts-greasemonkey +// @homepageURL https://git.sr.ht/~heckyel/book/blob/master/scripts-greasemonkey // @include * // @exclude /^http(s|)://(www[.]|)invidio[.]us/.*$/ // @exclude /^http(s|)://(www[.]|proxy[.]|)invidious[.]snopyta[.]org/.*$/ |