Skip to content

YouTube - Remove Shorts by tsyron

Screenshot of YouTube - Remove Shorts

Details

Authortsyron

LicenseAGPLv3

Categoryyoutube

Created

Updated

Size657 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

This removes shorts from the homepage, search, sidebar and channel

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           YouTube - Remove Shorts
@namespace      github.com/
@version        1.0.1
@description    Removing YouTube Shorts
@license        AGPLv3
@author         Tsyron
==/UserStyle== */
@-moz-document domain("youtube.com") {
    /* Sidebar */
    a[title="Shorts"] {
        display: none !important; }

    /* Homepage */
    ytd-rich-shelf-renderer[is-shorts] {
        display: none !important; }
    
    /* Channel */
    .yt-tab-shape-wiz--host-clickable[tab-title="Shorts"] {
        display: none !important; }
    
    /* Search */
    ytd-reel-shelf-renderer {
        display: none !important; }
}

Reviews

No reviews yet.