Remove Netflix Game Elements from the page.
No Games by karizmuh
Details
Authorkarizmuh
LicenseNo License
Categorynetflix.com
Created
Updated
Size416 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 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;
}
}