Acellus Fast Auto Redirect

Auto-redirect traffic from www.acellus.com to signin.acellus.com before the page loads

目前为 2024-04-20 提交的版本。查看 最新版本

// ==UserScript==
// @name         Acellus Fast Auto Redirect
// @namespace    https://gf.qytechs.cn/en/users/1291009
// @version      0.3
// @description  Auto-redirect traffic from www.acellus.com to signin.acellus.com before the page loads
// @run-at       document-start
// @match        *://www.acellus.com/*
// @grant        none
// @license      MIT
// ==/UserScript==

const hostname = location.hostname;
window.location.replace(window.location.href.replace(hostname, 'signin.acellus.com/sign-in/student/'));

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址