Skip to content

No More Shorts by 3of9

Details

Author3of9

LicenseNo License

Categoryyoutube.com

Created

Updated

Size800 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes all inline Shorts from the Home page.

Notes

Initial Release

Source code

/* ==UserStyle==
@name         No More Shorts
@version      20250317.19.24
@namespace    https://userstyles.world/user/3of9
@description  Removes all inline Shorts from the Home page.
@author       3of9
@license      CC-BY-SA-4.0
==/UserStyle== */

@-moz-document url-prefix("https://www.youtube.com/") {
div.style-scope.ytd-rich-grid-renderer {
    margin-left: calc(var(--ytd-rich-grid-item-margin)*2 + var(--ytd-rich-grid-gutter-margin)) !important;    
}

ytd-rich-item-renderer[rendered-from-rich-grid][is-in-first-column] {
    margin-left: unset !important;
}

ytd-rich-item-renderer[rendered-from-rich-grid]:not(is-in-first-column) {
    margin-left: unset !important;
    margin-right: var(--ytd-rich-grid-item-margin) !important;
}

.ytdRichGridGroupHost {
    display: none !important;
}
}

Reviews

No reviews yet.