跳过QQ邮箱安全提示

跳过QQ邮箱超链接的鸡肋安全提示---greasyfork.org 油猴脚本

  1. // ==UserScript==
  2. // @name 跳过QQ邮箱安全提示
  3. // @namespace https://gist.github.com/geekyouth/8406173441da2d35fb6dbfed6ceec41d
  4. // @version 0.1
  5. // @description 跳过QQ邮箱超链接的鸡肋安全提示---greasyfork.org 油猴脚本
  6. // @author geekyouth
  7. // @include https://mail.qq.com/cgi-bin/
  8. // @match https://mail.qq.com/cgi-bin/readtemplate*
  9. // @grant none
  10. // ==/UserScript==
  11.  
  12. (function() {
  13. goUrl(1);
  14. })();