dotfiles

regexghost dotfiles and scripts
git clone https://git.regexghost.com/dotfiles.git
Log | Files | Refs | README

commit 5bb3d3d91fd0057101d80de6e0c37797328e241a
parent bddf89509e956696463ce8d405f880004f203fea
Author: regexghost <dev@regexghost.com>
Date:   Mon, 27 Jul 2026 21:08:13 +0100

firefox extension updates and redirector config for old wikipedia css

Diffstat:
Mguides/firefox.md | 8+++++++-
Aother/redirector-config.json | 24++++++++++++++++++++++++
2 files changed, 31 insertions(+), 1 deletion(-)

diff --git a/guides/firefox.md b/guides/firefox.md @@ -8,7 +8,13 @@ https://getindie.wiki/ https://addons.mozilla.org/en-GB/firefox/addon/videospeed/ https://addons.mozilla.org/en-GB/firefox/addon/ublacklist/ https://addons.mozilla.org/en-GB/firefox/addon/imgur-unblock-via-imgup-uk/ -https://addons.mozilla.org/en-GB/firefox/addon/old-reddit-redirect/ +https://addons.mozilla.org/en-GB/firefox/addon/old-reddit-redirect/ +https://addons.mozilla.org/en-US/firefox/addon/redirector/ +https://addons.mozilla.org/en-GB/firefox/addon/vimium-ff/ + +### Redirector + +Import settings from `other/redirector-config.json` ## Login diff --git a/other/redirector-config.json b/other/redirector-config.json @@ -0,0 +1,23 @@ +{ + "createdBy": "Redirector v3.5.3", + "createdAt": "2026-07-27T20:06:20.261Z", + "redirects": [ + { + "description": "Wikipedia Vector Skin", + "exampleUrl": "https://en.wikipedia.org/wiki/Socket_AM4", + "exampleResult": "https://en.wikipedia.org/wiki/Socket_AM4?useskin=vector", + "error": null, + "includePattern": "https://*.wikipedia.org/wiki/*", + "excludePattern": "", + "patternDesc": "", + "redirectUrl": "https://$1.wikipedia.org/wiki/$2?useskin=vector", + "patternType": "W", + "processMatches": "noProcessing", + "disabled": false, + "grouped": false, + "appliesTo": [ + "main_frame" + ] + } + ] +} +\ No newline at end of file