Greasy Fork 支持简体中文。

Skip HUP 5-second wait

Skip the 5-second wait on hinet.hiroshima-u.ac.jp, redirect to Hiroshima University Login Page directly

// ==UserScript==
// @name         Skip HUP 5-second wait
// @namespace    https://greasyfork.org/zh-CN/scripts/482071-skip-hup-5-second-wait
// @version      1.0.1
// @description  Skip the 5-second wait on hinet.hiroshima-u.ac.jp, redirect to Hiroshima University Login Page directly
// @author       Mark Chen
// @match        http://hinet.hiroshima-u.ac.jp/login.html
// @icon         https://raw.githubusercontent.com/PalaisMermonia/FURINA/576fe9e12c286359b1794508d071e46e4f8cb17f/palais-mermonia/docs/public/image/icon/FURINA_logo_square.svg
// @grant        none
// @run-at       document-start
// @license      MIT
// ==/UserScript==

window.location.replace("https://portal.hinet.hiroshima-u.ac.jp/")