Skip to content

No Games by karizmuh

Screenshot of No Games

Details

Authorkarizmuh

LicenseNo License

Categorynetflix.com

Created

Updated

Size416 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Remove Netflix Game Elements from the page.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           no-games
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Remove Netflix Game elements
@author         karizmuh
==/UserStyle== */
@-moz-document domain("netflix.com") {
    /* Billboard */
    .billboard-row-games {
        display: none !important;
    }

    /* Games */
    [data-list-context*="Games"] {
        display: none !important;
    }
}

Reviews

No reviews yet.