Skip to content

Clean Up IMDB by mfluehr

Details

Authormfluehr

LicenseNo License

Categoryimdb.com

Created

Updated

Size332 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hide sidebars on IMDB.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Clean Up IMDB
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Hide sidebars on IMDB.
@author         Me
==/UserStyle== */

@-moz-document domain("imdb.com") {
    .ipc-page-grid__item--span-1,
    .maindetails_sidebar,
    #sidebar {
        display: none;
    }
}

Reviews

No reviews yet.