Web extension, which allows you to set custom redirects. It is useful for redirecting popular sites to alternative frontends (e.g. youtube to invidious), or restoring functionality (e.g. automatic redirection to Zoom's web client).
- Install
- Right click on extension icon -> Manage Extension -> Three dots -> Preferences
- Import Example rules (change extension to
.json
) - Profit
- Download & unzip
- Go to chrome://extensions
- Developer mode ON
- Load unpacked
- Click details -> extension options
- Import Example rules (change extension to
.json
) - Profit
# Safari uses declarativeNetRequest API, while uses Firefox webRequest API.
# You have to set VITE_BROWSER_TYPE variable before building the app to either 'safari' or 'firefox'
export VITE_BROWSER_TYPE='firefox'
yarn install
yarn build
or
npm install
npm run build