您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
蝦皮搜尋結果的前幾個商品廣告封鎖
// ==UserScript== // @name 蝦皮廣告封鎖器 // @namespace https://gf.qytechs.cn/scripts/437545 // @version 2.0 // @description 蝦皮搜尋結果的前幾個商品廣告封鎖 // @author fmnijk // @match https://shopee.tw/* // @icon https://www.google.com/s2/favicons?domain=shopee.tw // @grant GM_addStyle // @license MIT // ==/UserScript== (function() { 'use strict'; const styles = String.raw` /*隱藏蝦皮搜尋結果廣告商品*/ .shopee-search-item-result__item:has(.absolute.bottom-0.right-0.z-30.flex.pr-1.pb-1 > .inline-block.px-1.py-0\.5.rounded-sm.bg-shopee-black26.text-xs\/3.capitalize.text-white.whitespace-nowrap) { display: none !important; } ` GM_addStyle(styles); })();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址