您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
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/")