YouTube Branding Image Remover

Removes branding images (elements with class 'branding-img') from YouTube pages to provide a cleaner interface.

作者
Hans Gretel
今日安裝
0
安裝總數
0
評價
0 0 0
版本
0.3
建立日期
2025-05-10
更新日期
2025-05-10
尺寸
2.4 KB
授權條款
未知
腳本執行於

This script is designed for YouTube. It automatically finds and removes image elements
that have the CSS class 'branding-img'. This can be useful for users who want to
declutter the YouTube interface or remove specific branding elements they find distracting.


### How It Works
* The script targets `` (image) elements that specifically have the class name `branding-img`.
* It executes once the basic page structure is loaded (`document-end`).
* To handle images that are loaded dynamically by YouTube's scripts (e.g., when new content loads without a full page refresh), it uses a `MutationObserver`. This observer monitors the page for new elements being added and re-runs the removal logic if necessary.

### Feedback & Contributions
If you encounter any issues, have suggestions for improvement, or want to contribute, please leave feedback or start a discussion on the GreasyFork page for this script.