Skip to content

Instantly share code, notes, and snippets.

@Micorksen
Last active September 4, 2023 10:43
Show Gist options
  • Save Micorksen/fe3f9edefec61b0f860be1336574aec9 to your computer and use it in GitHub Desktop.
Save Micorksen/fe3f9edefec61b0f860be1336574aec9 to your computer and use it in GitHub Desktop.
// ==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