diff options
-rw-r--r-- | scripts-greasemonkey/README.md | 12 | ||||
-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 |
7 files changed, 12 insertions, 12 deletions
diff --git a/scripts-greasemonkey/README.md b/scripts-greasemonkey/README.md index 2439838..a197eaa 100644 --- a/scripts-greasemonkey/README.md +++ b/scripts-greasemonkey/README.md @@ -4,28 +4,28 @@ - See [Invidious Redirect](youtube_to_invidious.user.js) - [Install](https://libregit.org/heckyel/book/raw/branch/master/scripts-greasemonkey/youtube_to_invidious.user.js) + [Install](https://libregit.spks.xyz/heckyel/book/raw/branch/master/scripts-greasemonkey/youtube_to_invidious.user.js) - See [Invidious Dark-Mode](invidio_dark_mode.user.js) - [Install](https://libregit.org/heckyel/book/raw/branch/master/scripts-greasemonkey/invidio_dark_mode.user.js) + [Install](https://libregit.spks.xyz/heckyel/book/raw/branch/master/scripts-greasemonkey/invidio_dark_mode.user.js) - See [Invidious Proxy-Mode](invidio_proxy_mode.user.js) - [Install](https://libregit.org/heckyel/book/raw/branch/master/scripts-greasemonkey/invidio_proxy_mode.user.js) + [Install](https://libregit.spks.xyz/heckyel/book/raw/branch/master/scripts-greasemonkey/invidio_proxy_mode.user.js) - See [Invidious Embed](invidio_embed.user.js) - [Install](https://libregit.org/heckyel/book/raw/branch/master/scripts-greasemonkey/invidio_embed.user.js) + [Install](https://libregit.spks.xyz/heckyel/book/raw/branch/master/scripts-greasemonkey/invidio_embed.user.js) ## Nitter - See [Nitter Redirect](twitter_to_nitter.user.js) - [Install](https://libregit.org/heckyel/book/raw/branch/master/scripts-greasemonkey/twitter_to_nitter.user.js) + [Install](https://libregit.spks.xyz/heckyel/book/raw/branch/master/scripts-greasemonkey/twitter_to_nitter.user.js) ## Bibliogram - See [Bibliogram Redirect](instagram_to_bibliogram.user.js) - [Install](https://libregit.org/heckyel/book/raw/branch/master/scripts-greasemonkey/instagram_to_bibliogram.user.js) + [Install](https://libregit.spks.xyz/heckyel/book/raw/branch/master/scripts-greasemonkey/instagram_to_bibliogram.user.js) diff --git a/scripts-greasemonkey/instagram_to_bibliogram.user.js b/scripts-greasemonkey/instagram_to_bibliogram.user.js index 19d5781..60baab0 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.org/heckyel/book/src/branch/master/scripts-greasemonkey +// @homepageURL https://libregit.spks.xyz/heckyel/book/src/branch/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 d28c081..4520ca9 100644 --- a/scripts-greasemonkey/invidio_dark_mode.user.js +++ b/scripts-greasemonkey/invidio_dark_mode.user.js @@ -5,7 +5,7 @@ // @license GPL-3.0 // @description This script automatically toggles dark mode on Invidious and its various public instances. // @namespace InvidiousDark -// @homepageURL https://libregit.org/heckyel/book/src/branch/master/scripts-greasemonkey +// @homepageURL https://libregit.spks.xyz/heckyel/book/src/branch/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 f45915e..e36f0b1 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-3.0 // @description Replace YouTube embeds with invidious instance -// @homepageURL https://libregit.org/heckyel/book/src/branch/master/scripts-greasemonkey +// @homepageURL https://libregit.spks.xyz/heckyel/book/src/branch/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 61b0e3d..3618bd2 100644 --- a/scripts-greasemonkey/invidio_proxy_mode.user.js +++ b/scripts-greasemonkey/invidio_proxy_mode.user.js @@ -5,7 +5,7 @@ // @license GPL-3.0 // @description This script automatically Proxy-Mode on Invidious and its various public instances. // @namespace InvidiousProxy -// @homepageURL https://libregit.org/heckyel/book/src/branch/master/scripts-greasemonkey +// @homepageURL https://libregit.spks.xyz/heckyel/book/src/branch/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 06f8605..4aae41c 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.org/heckyel/book/src/branch/master/scripts-greasemonkey +// @homepageURL https://libregit.spks.xyz/heckyel/book/src/branch/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 990eb17..fe8792b 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.org/heckyel/book/src/branch/master/scripts-greasemonkey +// @homepageURL https://libregit.spks.xyz/heckyel/book/src/branch/master/scripts-greasemonkey // @include * // @exclude /^http(s|)://(www[.]|)invidio[.]us/.*$/ // @exclude /^http(s|)://(www[.]|proxy[.]|)invidious[.]snopyta[.]org/.*$/ |