跳过QQ邮箱超链接的鸡肋安全提示---greasyfork.org 油猴脚本
当前为
// ==UserScript==
// @name 跳过QQ邮箱安全提示
// @namespace https://gist.github.com/geekyouth/8406173441da2d35fb6dbfed6ceec41d
// @version 0.1
// @description 跳过QQ邮箱超链接的鸡肋安全提示---greasyfork.org 油猴脚本
// @author geekyouth
// @include https://mail.qq.com/cgi-bin/
// @match https://mail.qq.com/cgi-bin/readtemplate*
// @grant none
// ==/UserScript==
(function() {
goUrl(1);
})();