Remove Netflix Game Elements from the page.
No Games by karizmuh

Details
Authorkarizmuh
LicenseNo License
Categorynetflix.com
Created
Updated
Code size640 B
Code checksum2890a19f
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"],
[data-list-context*="games"] {
display: none !important;
}
/***** Additional Style tweaks ****/
/* Add more space to the top of the first row */
.lolomoRow.lolomoRow_title_card:nth-child(3) {
margin: 5vw 0 3vw;
}
}