Skip to content

YouTube - Hider by xiggi

Details

Authorxiggi

LicenseNo License

Categoryyoutube

Created

Updated

Size896 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hide some sheets.

Notes

Hiding:

  • This f****ng ad on main site,
  • Shorts link in mobile menu,
  • Shorts in Subscriptions feed-site,
  • Search with voice speaker,

Source code

/* ==UserStyle==
@name         YouTube - Hider
@version      20240714.08.27
@namespace    ?
==/UserStyle== */

@-moz-document domain("youtube.com") {
#root.ytd-display-ad-renderer, .pivot-bar-item-tab.pivot-shorts, .searchbox-voice-search-wrapper, .mobile-topbar-header .searchbox-voice-search-wrapper, ytm-reel-shelf-renderer.item, #dismissible.ytd-rich-shelf-renderer, div#voice-search-button, div#footer, ytd-ad-slot-renderer, ytm-rich-section-renderer.rich-section-single-column {
    display: none;
}

ytm-pivot-bar-renderer {
    border-color: transparent;
}

[chip-style=STYLE_DEFAULT].selected .chip-container, [chip-style=STYLE_HOME_FILTER].selected .chip-container, [chip-style=STYLE_COLOR_RED].selected .chip-container, [chip-style=STYLE_COLOR_GREEN].selected .chip-container, [chip-style=STYLE_COLOR_BLUE].selected .chip-container {
    background-color: #151515;
    color: #fff;
}
}

Reviews

No reviews yet.