YouTube Branding Image Remover

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

Autor
Hans Gretel
Dziennych instalacji
0
Wszystkich instalacji
0
Oceny
0 0 0
Wersja
0.3
Utworzono
10-05-2025
Zaktualizowano
10-05-2025
Rozmiar
2,36 KB
Licencja
Brak licencji
Dotyczy

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.