Last active
September 4, 2023 10:43
-
-
Save Micorksen/fe3f9edefec61b0f860be1336574aec9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name ENT Hauts-de-France | |
// @namespace https://micorksen.eu | |
// @version 1.0 | |
// @description Redirects to Educonnect without the need to click buttons. | |
// @author Micorksen | |
// @match https://connexion.enthdf.fr/* | |
// @match https://educonnect.education.gouv.fr/idp/profile/SAML2/Unsolicited/SSO?execution=* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=enthdf.fr | |
// @grant none | |
// ==/UserScript== | |
if(window.location.host==='connexion.enthdf.fr'){window.location.replace('https://educonnect.education.gouv.fr/idp/profile/SAML2/Unsolicited/SSO?providerId=https%3A%2F%2Fenthdf.fr%2Fauth%2Fsaml%2Fmetadata%2Fidp.xml')}if(window.location.host==='educonnect.education.gouv.fr'){selectionProfil('eleve')}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment