MTV Redirect to Shibboleth

autologin plz

// ==UserScript==
// @name         MTV Redirect to Shibboleth
// @namespace    http://tampermonkey.net/
// @version      1.0.0
// @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");