Cleaner Pro+ のアイテムロゴ画像

Cleaner Pro+

Cleaner Pro+ のアイテム メディア 1 のスクリーンショット

概要

キーワードベースのUI要素クリーナー。指定したキーワードを含むボタン、リンク、インタラクティブ要素をウェブページから自動的に削除します。

# 🧹 Cleaner Pro+ > A Chrome extension that automatically removes buttons, links, and interactive UI elements containing specified keywords from any webpage. ## ✨ Features - **Keyword-Based Removal** — Define keywords (e.g. "Apply Now", "Sign Up"), and any button/link containing them will be automatically removed from the page. - **Smart Button Detection** — Uses `TreeWalker` to locate keyword text, then **bubbles up** to find the outermost button shell (including background, border, shadow), ensuring the entire clickable element is removed — not just the text. - **10+ UI Framework Support** — Works with buttons from all major component libraries: | Framework | Detected Classes | |-----------|-----------------| | Element UI / Element Plus | `el-button`, `el-link`, `el-tag`, `el-dropdown-menu__item` | | Ant Design / Ant Design Vue | `ant-btn`, `ant-tag`, `ant-switch` | | Bootstrap | `btn` | | Vuetify | `v-btn`, `v-chip` | | Material UI (React) | `MuiButton`, `MuiChip`, `MuiIconButton` | | Naive UI | `n-button`, `n-tag` | | Arco Design | `arco-btn` | | TDesign | `t-button`, `t-tag` | | iView / View UI | `ivu-btn`, `ivu-tag` | - **Whitelist** — Exclude specific domains from being cleaned. - **Real-Time Config** — Changes to keywords or whitelist take effect immediately without page refresh. - **MutationObserver with Debounce** — Monitors dynamic content (SPA, lazy-loaded elements) with a 200ms debounce to prevent infinite loops. - **Manual Clean** — One-click button to re-scan and clean the current page. - **Removal Counter** — Displays how many elements have been removed on the current page. - **Console Logging** — Detailed logs in DevTools console showing exactly what was removed. ## 📦 Installation 1. Download or clone this repository. 2. Open Chrome and navigate to `chrome://extensions/`. 3. Enable **Developer mode** (toggle in the top-right corner). 4. Click **Load unpacked** and select the `cleaner-pro-plus` folder. 5. The extension icon will appear in your toolbar. ### Generate Icons 1. Open `generate-icons.html` in your browser. 2. Click **Download PNG** for each size (16, 48, 128), or copy the Base64 and convert. 3. Save the PNG files to the `icons/` folder as `icon16.png`, `icon48.png`, `icon128.png`. ## 🚀 Usage ### Basic 1. Click the extension icon in the toolbar. 2. The popup shows the current removal count and an on/off toggle. 3. Click **⚙️ Rule Settings** to configure keywords and whitelist. ### Configuration - **Keywords** — Comma-separated list of keywords. Any button/link whose text contains these words will be removed. ``` Apply Now, Sign Up, Subscribe, Open Account ``` - **Whitelist** — One domain per line. Pages matching these domains will not be cleaned. ``` github.com localhost ``` ### Console Output Open DevTools (F12) → Console to see removal logs: ``` [Cleaner Pro+] Removed: <button class="el-button el-button--primary"> "Search" [Cleaner Pro+] Removed: <a class="el-link el-link--primary"> "View Details" ``` ## 🏗️ Architecture ``` cleaner-pro-plus/ ├── manifest.json # Extension manifest (MV3) ├── content.js # Core cleaning logic (injected into every page) ├── popup.html/js # Extension popup UI ├── options.html/js # Settings page ├── icons/ # Extension icons (16/48/128 PNG) └── generate-icons.html # Icon generation tool ``` ### How It Works ``` 1. TreeWalker scans all text nodes in the page ↓ 2. Finds text nodes containing any keyword ↓ 3. For each match, calls findButtonAncestor() to bubble up and find the outermost button shell ↓ 4. Collects all targets into a Set (deduplicated) ↓ 5. Pauses MutationObserver → batch removes all targets → resumes Observer ``` **Key Design Decisions:** - **TreeWalker over querySelectorAll** — Directly finds text containing keywords, rather than checking every element's `innerText` (which could match large containers). - **Bubble-Up Strategy** — Prevents the "empty button shell" problem where only the inner `<span>` text is removed but the `<button>` background remains. - **Debounced MutationObserver** — Merges rapid DOM changes (common in SPAs) into a single clean pass, preventing infinite removal loops. ## 📄 License MIT License. Free to use and modify.

詳細

  • バージョン
    3.0.3
  • 更新:
    2026年4月14日
  • 提供元
    shanyafuyw
  • サイズ
    23.46KiB
  • 言語
    3 言語
  • デベロッパー
    メール
    shanyafuyw@gmail.com
  • 非取引業者
    このデベロッパーは取引業者として申告していません。EU 加盟国の消費者とこのデベロッパーとの間に締結された契約には、消費者の権利が適用されません。

プライバシー

拡張機能を管理し、組織での使用状況を確認できます
デベロッパーは、お客様のデータを収集または使用しないことを表明しています。 詳しくは、デベロッパーの privacy policy をご確認ください。

このデベロッパーは、お客様のデータについて以下を宣言しています

  • 承認されている以外の用途で第三者に販売しないこと
  • アイテムの中心機能と関係のない目的で使用または転送しないこと
  • 信用力を判断する目的または融資目的で使用または転送しないこと

サポート

関連アイテム

Quick Javascript Switcher

4.3

Disable JavaScript on any site in one click

WEB MACRO

5.0

웹 요소 찾기, 자바스크립트 실행, 전체 탭 새로고침, 웹 동작 기록

Enable Right Click – Copy, Paste & Context Menu

0.0

Enables right-click, copy, Paste, and text selection on websites that block these actions. Restore full control of your browser.

Zapit - Click to Remove Element

3.5

Instantly hide unwanted elements on any website with a single click. Clean up your browsing experience!

De-Slop

5.0

AI生成の低品質コンテンツ(AIスロップ)をWebページから自動検出・除去します

Highlight This: finds and marks words

3.8

Automatically finds and highlights words and phrases on the web page according to your list

Rank-O-Saur - SEO Extension

5.0

Your all-in-one SEO browser extension for content, language, crawling, indexing, links, ai search and structured data.

Print Edit WE

4.4

Edit web pages prior to printing. Delete, hide and format elements. Edit text. Remove adverts and sidebars.

MarkSnip - Markdown Web Clipper

4.5

One-click Markdown web clipper. Save articles, docs, code & tables as clean Markdown for AI agents & LLMs. Supports Obsidian & more.

KeyBinds - Keyboard Shortcuts for Web Pages

4.0

Create custom keyboard shortcuts for any button, link, or clickable element on web pages.

LinkScalper - Advanced Link Grabber

4.8

Extracts all links from a webpage and displays them on a new page with options.

New Tab Page - HomeScreen (Custom Home Page)

5.0

New tab page to enhance your web browsing with a clean, customizable UI. Complete with a built-in to-do list and folder organization

Quick Javascript Switcher

4.3

Disable JavaScript on any site in one click

WEB MACRO

5.0

웹 요소 찾기, 자바스크립트 실행, 전체 탭 새로고침, 웹 동작 기록

Enable Right Click – Copy, Paste & Context Menu

0.0

Enables right-click, copy, Paste, and text selection on websites that block these actions. Restore full control of your browser.

Zapit - Click to Remove Element

3.5

Instantly hide unwanted elements on any website with a single click. Clean up your browsing experience!

De-Slop

5.0

AI生成の低品質コンテンツ(AIスロップ)をWebページから自動検出・除去します

Highlight This: finds and marks words

3.8

Automatically finds and highlights words and phrases on the web page according to your list

Rank-O-Saur - SEO Extension

5.0

Your all-in-one SEO browser extension for content, language, crawling, indexing, links, ai search and structured data.

Print Edit WE

4.4

Edit web pages prior to printing. Delete, hide and format elements. Edit text. Remove adverts and sidebars.

Google アプリ