Greasy Fork is available in English.
移除 Shopee 網站上的廣告並隱藏頂部標頭
当前为 
# Shopee Ad Blocker 使用說明
## 簡介
這是一個用於封鎖 Shopee 廣告的 UserScript 腳本。使用這個腳本後,你將不會看到 Shopee 搜尋頁面上的廣告,並且會隱藏頭部的簡單標頭。
## 功能
- 隱藏 Shopee 搜尋結果中的廣告
- 隱藏 Shopee 頁面頂部的簡單標頭
## 安裝需求
- 你需要安裝一個支持 UserScript 的瀏覽器擴展,例如 [Tampermonkey](https://www.tampermonkey.net/)。
- 這個腳本使用了 jQuery,但不需要你手動安裝,腳本會自動從 Google CDN 加載。
## 安裝步驟
1. 安裝 Tampermonkey 或其他相容的瀏覽器擴展。
2. 點擊這個腳本的安裝連結。
3. Tampermonkey 會自動識別腳本並彈出安裝視窗,點擊「安裝」即可。
## 使用說明
安裝後打開 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==
\`\`\`
## 貢獻者
- Danny H.
## 許可證
本腳本使用 MIT 許可證。