Skip to content

Youtube - get rid of bullshit by spunky

Details

Authorspunky

LicenseMIT

Categoryyoutube.com

Created

Updated

Size747 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes redundant elements from search result page. Removes shorts and upcoming videos from subscriptions page.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Youtube - get rid of bullshit
@version      20230329.22.40
@namespace    userstyles.world/user/spunky
@description  Removes redundant elements from search result page. Removes shorts and upcoming videos from subscriptions page.
@author       spunky
@license      MIT
==/UserStyle== */

@-moz-document url-prefix("https://www.youtube.com/feed/subscriptions") {
ytd-grid-video-renderer:has([overlay-style="UPCOMING"]),
ytd-grid-video-renderer:has([overlay-style="SHORTS"]){
    display: none !important;
}

}

@-moz-document url-prefix("https://www.youtube.com/results") {
ytd-shelf-renderer,
ytd-horizontal-card-list-renderer,
ytd-reel-shelf-renderer {
    display: none;
}

ytd-thumbnail {
    max-height: 200px;
}
}

Reviews

No reviews yet.