您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Greasy Fork is available in English.
移除 Shopee 網站上的廣告並隱藏頂部標頭
当前为
這是一個用於封鎖 Shopee 廣告的 UserScript 腳本。使用這個腳本後,你將不會看到 Shopee 搜尋頁面上的廣告,並且會隱藏頭部的簡單標頭。
安裝後打開 Shopee 網站,你將會發現所有標有「Ad」或「廣告」的搜尋結果都會被隱藏,同時頁面頂部的簡單標頭也會被移除。
```javascript // ==UserScript== // @name Shopee ad blocker // @namespace // @version 1.0.0 // @description Shopee ad blocker // @author Danny H. // @match https://shopee.tw/* // @icon https://freepngimg.com/save/109004-shopee-logo-free-transparent-image-hq/128x128 // @grant GM_addStyle // @license MIT // @require https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js // ==/UserScript== ```
本腳本使用 MIT 許可證。