洗头佬 (@xkatld) 在 给收件邮箱写了个油猴脚本 中发帖
[image]
// ==UserScript==
// @name 分秒邮箱助手
// @namespace http://tampermonkey.net/
// @version 1.4
// @description 分秒邮箱 (MSMail) 助手 - 极简悬浮窗,内置系统级 UI
// @author Antigravity
// @match *://*/*
// @grant GM_xmlhttpRequest
// @grant GM_setValue
// @grant GM_getValue
// @grant GM_addStyle
// @connect *
// ==/UserScript==
(function () {
...