Last active
July 23, 2023 11:29
-
-
Save stowball/c2ed64ec6f77f3dc862938df6a0e6bda to your computer and use it in GitHub Desktop.
Stylus user stylesheets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
metering-modal, | |
.fc-ab-root.fc-ab-root.fc-ab-root, | |
[class*="sp_veil"][class*="sp_veil"][class*="sp_veil"], | |
[class*="sp_message_container"][class*="sp_message_container"][class*="sp_message_container"], | |
[id*="__vliadb"][id*="__vliadb"][id*="__vliadb"], | |
.ml-webforms-popup-overlay, | |
webpushrpromptconatiner, | |
[class*="popupally"], | |
#onesignal-slidedown-container, | |
.pushowl-optin, | |
.martech-modal-component-overlay, | |
body.mol-fe-ab-dialog iframe ~ * [class*="overlay-"], | |
body.mol-fe-ab-dialog iframe ~ * [class*="wrapper-"], | |
.airship-html-prompt-shadow, | |
[class*="pe-optin"], | |
.tp-modal, | |
.tp-backdrop, | |
[style*="z-index: 21474"]:not([data-radix-portal]), | |
.single-article .overlay, | |
.blocking-ads-modal, | |
#_evidon-barrier-wrapper, | |
.gu-overlay, | |
#onetrust-consent-sdk, | |
.pushly_popover, | |
.ua-opt-in, | |
.wp-optin-dialog-container, | |
[class*="pushcrew-"], | |
[class*="_hj_survey_"], | |
[class*="Playground__InnerBackdrop"], | |
[class*="Playground__InnerDialog"], | |
.grow_modal.grow_modal, | |
iframe[src*="btloader.com"] { | |
display: none !important; | |
} | |
.sp-message-open.sp-message-open.sp-message-open { | |
margin-top: 0 !important; | |
overflow: auto !important; | |
position: static !important; | |
} | |
html[style*="overflow: hidden"], | |
html[style*="overflow-y: hidden"], | |
body[style*="overflow: hidden"], | |
body[style*="overflow-y: hidden"], | |
.martech-overlay-not-visible, | |
body.mol-fe-ab-dialog, | |
.tp-modal-open, | |
body.noscroll { | |
height: auto !important; | |
overflow-y: auto !important; | |
} | |
div[data-adunit-name] { | |
opacity: 0 !important; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* nytimes.com */ | |
.nytapp-vi-article #app > div > [class*="css-"] { | |
position: static; | |
} | |
.nytapp-vi-article #app > div > [class*="css-"] > div[aria-hidden="true"] + [class*="css-"], | |
.nytapp-vi-article #app #gateway-content { | |
display: none; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* { | |
tab-size: 2 !important; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.ytp-panel { | |
overscroll-behavior: none; | |
} | |
.ytp-miniplayer-button { | |
display: none !important; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#content-wrap video:first-of-type::-webkit-media-controls { | |
display: revert !important; | |
} | |
#content-wrap video:first-of-type::-webkit-media-controls-panel { | |
display: revert !important; | |
-webkit-appearance: revert !important; | |
} | |
#content-wrap video:first-of-type + div > .h7.w100p.max-w200.bg-black.flex.items-center.transition-all.relative.z2, | |
.player_controls.absolute-bottom.mb3.radius2px.white.bg-green-dark.forces-video-controls_hide { | |
background: transparent !important; | |
height: 3rem !important; | |
opacity: 0.5 !important; | |
transition: none !important; | |
width: 3rem !important; | |
} | |
#content-wrap video:first-of-type + div > .h7.w100p.max-w200.bg-black.flex.items-center.transition-all.relative.z2 :not(:first-child), | |
.player_controls.absolute-bottom.mb3.radius2px.white.bg-green-dark.forces-video-controls_hide .time, | |
.player_controls.absolute-bottom.mb3.radius2px.white.bg-green-dark.forces-video-controls_hide .right, | |
.player_controls.absolute-bottom.mb3.radius2px.white.bg-green-dark.forces-video-controls_hide .progress_container { | |
display: none; | |
} | |
#content-wrap video:first-of-type + div > button { | |
display: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment