Cleaner Pro+

Cleaner Pro+

ID: okcipifkgaabjhgmikehbejdhhmfmmep

Supported Languages

πŸ‡¨πŸ‡³Chinese (Simplified)
πŸ‡ΊπŸ‡ΈEnglish
πŸ‡―πŸ‡΅Japanese

Extension Info & Metadata

Status
Active
Version
3.0.3
Size
0.02 MB
Rating
0.0/5
Reviews
0
Users
5
Type
Extension
Updated
Apr 14, 2026
Category
Developer tools
Price
Free
Featured
No
Visibility
Listed
Mature
No
By Google
No
Trusted
No

Publisher Contextual Analysis

Author
shanyafuywView Profile
MX records exist
Yes
Domain exists
Yes
Is disposable
No
Is role-based
No
Mailbox exists
Yes
Total Extensions
2
Active
1
Obsolete
0
Listed
2
Unlisted
0
Total Users
6

You reached today's free scan limit (3/3 unique extensions).

Upgrade for full visibility.

Screenshot 1

Removes buttons, links and interactive elements containing specified keywords from any webpage.

# 🧹 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.

Extracted Data

You reached today's free scan limit (3/3 unique extensions).

Upgrade for full visibility.

URLs
0
IPv4
0
IPv6
0

URLs

View the external URLs this extension communicates with to understand its network activity and data interactions.

You reached today's free scan limit (3/3 unique extensions).

Upgrade for full visibility.

No URLs found

You reached today's free scan limit (3/3 unique extensions).

Upgrade for full visibility.

No IP addresses found

Version History

You reached today's free scan limit (3/3 unique extensions).

Upgrade for full visibility.

Code Diff

Compare extension code between any two versions.

0 changed files detected

No comparable text files found between these versions.

You reached today's free scan limit (3/3 unique extensions).

Upgrade for full visibility.

Browse and explore files within this extension package

You reached today's free scan limit (3/3 unique extensions).

Upgrade for full visibility.