Auto switch to student email domain

Automatic switch to student email domain

目前为 2022-12-11 提交的版本。查看 最新版本

// ==UserScript==
// @name         Auto switch to student email domain
// @namespace    http://tampermonkey.net/
// @version      1.0
// @description  Automatic switch to student email domain
// @author       Kasper4649
// @match        https://mail.ustc.edu.cn/*
// @match        https://email.ustc.edu.cn/*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=github.com
// @grant        unsafeWindow
// @license      MIT
// ==/UserScript==

(function() {
    'use strict';
    changeDomain('mail.ustc.edu.cn');
})();

QingJ © 2025

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