您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Removes branding images (elements with class 'branding-img') from YouTube pages to provide a cleaner interface.
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.
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址