Ecole Directe Plus is a website (unofficial) built by EcoleDirecte users and for EcoleDirecte users.
Important
Ecole Directe Plus extension only works for the Ecole Directe Plus website! If you want an extension changing blocking headers anywhere outside the official Ecole Directe Plus instance you may want to fork the extension and edit by yourself or install the CORS Unblock extension.
Haven't tried Ecole Directe Plus yet? Try it at ecole-directe.plus
This extension provides the following features to Ecole Directe Plus :
- Overrides
CORS
restrictions for cross-origin requests (it allows requests against localhost). - Bypasses the restrictions of the
Origin
andReferer
headers from EcoleDirecte API.
- Clone the repository:
git clone https://github.com/Magic-Fishes/Ecole-Directe-Plus-Extension.git
- Depending on your browser, run
node build.js chromium
ornode build.js firefox
. You will find the output indist/
- Depending on your browser, go to chrome://extensions or about:debugging and enable developer mode
- Load the unpacked extension (the browser looks either for the
manifest.json
or for the folder where themanifest.json
file is located)