javascript Userscript
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了javascript Userscript相关的知识,希望对你有一定的参考价值。
// ==UserScript==
// @name Danawa Ad Clean
// @namespace http://prod.danawa.com/
// @version 0.1
// @description Make Danawa clean from the Ads
// @author nanpuhaha
// @match http://prod.danawa.com/*
// @grant none
// ==/UserScript==
(function() {
'use strict';
document.getElementsByClassName("product_ad_banner line_1")[0].remove();
//document.querySelector(".product_ad_banner.line_1").remove();
document.querySelector(".danawa_gnb").remove();
document.querySelector("#danawa_footer").remove();
document.querySelector("#ebayPowerClickBottomArea").remove();
document.querySelector("#brandHallArea").remove();
var adreader = document.querySelectorAll(".main_ad_prodlist");
for (let i = adreader.length; i > 0; i--) {
adreader[i-1].remove();
}
})();
以上是关于javascript Userscript的主要内容,如果未能解决你的问题,请参考以下文章
javascript [userscript] [Google]修复Google搜索标签的顺序
javascript [userscript] [tabelog]通过发送链接将当前商店添加到Google日历(需要修复开始/结束日期)
向 webview 添加 userScript
在 tampermonkey(userscript) 中包含所有页面
Userscript+ for Tampermonkey-显示当前站点所有油猴脚本
greaseMonkey-Ajout script personnelle sur vos pages-在html中添加所有者javascript '