Skip to content

Remove stuff - IMDB by Airazone

Screenshot of Remove stuff - IMDB

Details

AuthorAirazone

LicenseCC Zero

Categoryimdb

Created

Updated

Size1.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes things I deem unimportant, and condenses.

Notes

Works on PC Google Chrome on Microsoft OS, untested on everything else.

Source code

/* ==UserStyle==
@name           Remove stuff - IMDB
@namespace      https://userstyles.world/user/Airazone
@version        1.0
@description    Removes things I deem unimportant.
@author         Airazon
==/UserStyle== */

@-moz-document domain("imdb.com") {
    .cMXmNo, .bduFjF, #sidebar > div:nth-child(7), .dtyDyd, .fcAzbl, [cel_widget_id="StaticFeature_FAQ"], [data-testid="News"], [data-testid="contribution"], .sc-f3cd5099-0.hTqHHJ.recently-viewed.celwidget {
        display: none;
    }
    
    .ipc-page-grid__item--span-2, .cRPyRp {
        grid-column:span 3;
    }
    
    .ipc-page-section {
        padding: 0px;
    }
    
    .ipc-title {
        margin-bottom: 0px;
    }
    
    .ipc-sub-grid.ipc-sub-grid--nowrap.ipc-sub-grid--page-span-2 {
    grid-auto-columns: 40px;
    }
    
    [data-testid="title-cast-item"] .ipc-image {
        height:50px;
        width:50px;
    }
    [data-testid="title-cast-item"] .ipc-media.ipc-image-media-ratio--avatar:before {
        padding-bottom: 50px;
    }
    .ipc-avatar--dynamic-width {
        width:50px;
    }
    .hNfYaW {
        text-align:right;
    }
    .hNfYaW {
        grid-column: span 2;
    }
    
}

Reviews

No reviews yet.