Remove the related video sidebar.
Clean Up Odysee by mfluehr
Details
Authormfluehr
LicenseNo License
Categoryodysee.com
Created
Updated
Size370 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 Clean Up Odysee
@namespace github.com/openstyles/stylus
@version 1.0.1
@description Remove the related video sidebar and recommendation overlay.
@author Me
==/UserStyle== */
@-moz-document domain("odysee.com") {
.file-page__recommended,
.recommendation-overlay-wrapper {
visibility: hidden;
}
}