Skip to content

Hide Shorts and Explore in Youtube Sidebar by eisbehr

Screenshot of Hide Shorts and Explore in Youtube Sidebar

Details

Authoreisbehr

LicenseCC Zero

Categoryyoutube

Created

Updated

Size424 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hides "Shorts" and "Explore" in youtube.com Sidebar

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Hide Shorts and Explore in Youtube Sidebar
@namespace      eisbehr.org
@license        CC Zero
@version        1.0.0
@description    Hides "Shorts" and "Explore" in youtube.com Sidebar
@author         eisbehr
==/UserStyle== */

@-moz-document domain("youtube.com") {
a[title="Shorts"] {
    display: none !important;
}

a[title="Explore"] {
    display: none !important;
}
}

Reviews

No reviews yet.