Experiencing a situation where your country inexplicably blocks certain content delivery networks, like jsDelivr, can be quite frustrating. This leads to numerous broken websites due to missing essential JavaScript files. This extension provides an alternative to using a VPN. It simply asks for a list of preferred providers (usually just one for most people) and automatically replaces the blocked content with suitable alternatives.
-
From releases download the package to your browser
chrome.zip
,firefox.xpi
oropera.crx
-
In chrome go to
chrome://extensions/
and enable developer mode, then drag drop thechrome.zip
file. -
If you want to load from source check Contributing
-
Make sure you have node.js v14
nvm use 14
-
Install yarn
npm i -g yarn
-
Install
yarn install
-
Run dev command for your browser
yarn dev:chome
oryarn dev:firefox
oryarn dev:opera
-
Add the extension to your browser
- In Chrome/Edge
1. Go to the extensions page (
chrome://extensions
oredge://extensions
). 2. Enable Developer Mode. 3. Clickload unpacked
then select$your-project-path/extension/chrome
- In Chrome/Edge
1. Go to the extensions page (