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.xpioropera.crx -
In chrome go to
chrome://extensions/and enable developer mode, then drag drop thechrome.zipfile. -
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:chomeoryarn dev:firefoxoryarn dev:opera -
Add the extension to your browser
- In Chrome/Edge
1. Go to the extensions page (
chrome://extensionsoredge://extensions). 2. Enable Developer Mode. 3. Clickload unpackedthen select$your-project-path/extension/chrome
- In Chrome/Edge
1. Go to the extensions page (