Skip to content

get rid of youtube recommendations lol by adrianishuman

Screenshot of get rid of youtube recommendations lol

Details

Authoradrianishuman

LicenseNo License

Categoryuserstyles

Created

Updated

Code size440 B

Code checksumd9bd13bb

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

gets rid of youtube recommendations lol

Notes

gets rid of youtube recommendations lol

Source code

/* ==UserStyle==
@name         get rid of youtube recommendations lol
@version      20211222.12.39
@namespace    userstyles.world/user/adrianishuman
@description  gets rid of youtube recommendations lol
@author       adrianishuman
@license      No License
==/UserStyle== */

@-moz-document domain("youtube.com") {
#secondary {
    display: none;
}
.style-scope ytd-rich-grid-renderer {
    display: none;
}
#related {
    display: none;
}
}

Reviews

No reviews yet.