MTV Redirect to Shibboleth

autologin plz

目前为 2025-01-13 提交的版本。查看 最新版本

// ==UserScript==
// @name         MTV Redirect to Shibboleth
// @namespace    http://tampermonkey.net/
// @version      2024-12-06
// @license      MIT
// @description  autologin plz
// @author       tippfehlr
// @match        https://mtv.math.kit.edu/login
// @icon         https://kit.edu/favicon.ico
// @grant        none
// ==/UserScript==

window.location.replace("/shibboleth");