Boom! They are gone!
YT Shorts Remover by Rubiloy
Details
AuthorRubiloy
LicenseMIT
Categoryyoutube.com
Created
Updated
Size335 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name YT Shorts Remover
@version 20240413.08.49
@namespace https://userstyles.world/user/Rubiloy
@description Boom! They are gone!
@author Rubiloy
@license MIT
==/UserStyle== */
@-moz-document domain("youtube.com") {
ytd-rich-section-renderer.ytd-rich-grid-renderer {
display: none;
}
}