Skip to content

Youtube clean by sonho

Details

Authorsonho

LicenseNo License

Categoryyoutube.com

Created

Updated

Size556 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes ads, members only, voice search button

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Youtube clean
@version      20241208.11.44
@namespace    https://userstyles.world/user/sonho
@description  Removes ads, members only, voice search button
@author       sonho
==/UserStyle== */

@-moz-document domain("www.youtube.com") {

/* Hide ads */
ytd-rich-item-renderer:has(.ytd-ad-inline-playback-meta-block) {
  display:none;
}

/* Hide members only */
ytd-rich-item-renderer:has([aria-label="Members only"]) {
  display: none;
}

ytd-ad-slot-renderer {
  display:none;
}

#voice-search-button {
  display: none;
}


}

Reviews

No reviews yet.