Skip to content

Clean Up Odysee by mfluehr

Details

Authormfluehr

LicenseNo License

Categoryodysee.com

Created

Updated

Size306 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 Odysee
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Remove the related video sidebar.
@author         Me
==/UserStyle== */
@-moz-document domain("odysee.com") {
    .file-page__recommended {
        visibility: hidden;
    }
}

Reviews

No reviews yet.