nicolaslegland / inoe

// ==UserScript==
// @author      Nicolas Le Gland
// @copyright   2018-2019, nicolaslegland (https://openuserjs.org/users/nicolaslegland)
// @description Fix iNoƩ language. The application doesn't handle unknown browser language, so force it to French.
// @downloadURL https://openuserjs.org/src/scripts/nicolaslegland/inoe.user.js
// @grant       none
// @homepageURL https://openuserjs.org/scripts/nicolaslegland/inoe
// @icon        https://inoe.aiga.fr/favicon.png
// @include     https://inoe.aiga.fr/inoe/identification.jsp?ac=0
// @include     https://inoe.aiga.fr/inoePE_3-6-8/ecrantactile.jsp
// @installURL  https://openuserjs.org/src/scripts/nicolaslegland/inoe.user.js
// @license     GPL-3.0-or-later
// @name        inoe
// @run-at      document-end
// @supportURL  https://openuserjs.org/scripts/nicolaslegland/inoe/issues
// @updateURL   https://openuserjs.org/src/scripts/nicolaslegland/inoe.user.js
// @version     5
// ==/UserScript==

// Force document language
document.documentElement.lang = "fr";