NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @namespace https://openuserjs.org/scripts/CyberTailor // @name Modeus - Fix "Authentification Error" // @updateURL https://openuserjs.org/meta/CyberTailor/Modeus_-_Fix_Authentification_Error.meta.js // @downloadURL https://openuserjs.org/install/CyberTailor/Modeus_-_Fix_Authentification_Error.user.js // @description Обходит ошибку аутентификации, перенаправляя на главную страницу. // @copyright 2022, Anna (https://openuserjs.org/users/CyberTailor) // @license ISC // @include *://auth.modeus.org/authenticationendpoint/retry.do // @version 1.0 // @run-at document-start // @grant none // ==/UserScript== window.location.replace("https://utmn.modeus.org/");