Skip to content

Clean Up Rumble by mfluehr

Details

Authormfluehr

LicenseNo License

Categoryrumble

Created

Updated

Size390 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Remove the related video sidebar.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Clean Up Rumble
@namespace      github.com/openstyles/stylus
@version        1.0.3
@description    Remove the related video sidebar and video wall.
@author         Me
==/UserStyle== */

@-moz-document domain("rumble.com") {
    .main-and-sidebar > aside {
        visibility: hidden;
    }
    
    video ~ div:last-child ul {
        display: none;
    }
}

Reviews

No reviews yet.