Skip to content

YouTube Remove Search Bloat by random_fixme_dude

Screenshot of YouTube Remove Search Bloat

Details

Authorrandom_fixme_dude

LicenseNo License

Categoryyoutube.com

Created

Updated

Size716 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

On search result - removes shorts, "people also watched", "for you" and "previously watched"

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         YouTube Remove Search Bloat
@version      20230902.21.09
@namespace    userstyles.world/user/random_fixme_dude
@description  On search result - removes shorts, "people also watched", "for you" and "previously watched"
@author       random_fixme_dude
@license      No License
==/UserStyle== */

@-moz-document domain("youtube.com") {
/* search garbage: people also watched, for you and previously watched */
ytd-search .yt-horizontal-list-renderer, ytd-search ytd-reel-shelf-renderer, ytd-search ytd-shelf-renderer,
/* video watch garbage (really? they put shorts in the recommendation now?) */
#page-manager > ytd-watch-flexy ytd-reel-shelf-renderer
{
    display: none !important;
}
}

Reviews

No reviews yet.