网易邮箱净化-首页

净化网易系邮箱首页

  1. // ==UserScript==
  2. // @name 网易邮箱净化-首页
  3. // @namespace https://gf.qytechs.cn/users/158180
  4. // @version 0.2
  5. // @description 净化网易系邮箱首页
  6. // @author Shiyunjin
  7. // @match http*://mail.163.com/js6/main.jsp*
  8. // @match http*://mail.126.com/js6/main.jsp*
  9. // @match http*://mail.yeah.net/js6/main.jsp*
  10. // @match http*://hw.mail.163.com/js6/main.jsp*
  11. // @match http*://hw.mail.126.com/js6/main.jsp*
  12. // @match http*://hw.mail.yeah.net/js6/main.jsp*
  13. // @grant none
  14. // ==/UserScript==
  15.  
  16. var $S = function(a, b) {
  17. Session.set("isFree",false);
  18. Session.set("isVip", true);
  19. Session.set("ad",{show: false, showClose: false, userType: "ud"});
  20. if (2 == arguments.length) return Session.set(a, b);
  21. var c = Session.get(a);
  22. return c
  23. }
  24.  
  25. (function() {
  26. 'use strict';
  27.  
  28. // Your code here...
  29. })();

QingJ © 2025

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