网易邮箱去广告(默认关闭考拉,严选等标签页)

try to take over the world!

当前为 2019-05-12 提交的版本,查看 最新版本

// ==UserScript==
// @name         网易邮箱去广告(默认关闭考拉,严选等标签页)
// @namespace    http://zhangbohun.github.io
// @version      0.1
// @description  try to take over the world!
// @author       zhangbohun
// @match        https://ssl.mail.163.com/js6/main.jsp*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
	var kl=document.querySelector("li[title='考拉海购']>a")
	if(kl){
		kl.click();
	}
	var kc=document.querySelector("li[title='免费课程']>a");
	if(kc){
		kc.click();
	}
	var yx=document.querySelector("li[title='网易严选']>a");
	if(yx){
		yx.click();
	}
})();

QingJ © 2025

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