no more silders
disneyplus.com by keltroth
Details
Authorkeltroth
LicenseNo License
Categoryentertainment
Created
Updated
Size431 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 disneyplus.com
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Removes slides
@author Me
==/UserStyle== */
@-moz-document domain("disneyplus.com") {
[data-set-style="hero_carousel"] {
display: none;
}
[data-testid="set-shelf"] {
flex-wrap: wrap;
}
.skip-to-content-ignore {
display: none;
}
}