This style removes ads and unnecessary content from usnewson.com for a streamlined experience.
Hide ADs and unnecessary content, usnewson.com. by CosmoCreeper
Details
AuthorCosmoCreeper
LicenseNo License
Categoryusnewson.com
Created
Updated
Code size1.1 kB
Code checksum5a9056e6
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name usnewson.com
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("usnewson.com") {
/* Insert code here... */
header, footer, .td-page-meta, .main-video-title, .main-video-category, .main-video-description, .video-side ~ div {
display: none !important;
}
#player {
position: absolute !important;
left: 0 !important;
top: 0 !important;
height: 100vh !important;
width: 100vw !important;
border: 1px solid gray !important;
max-height: unset !important;
max-width: unset !important;
}
.mute-toggle {
display: none !important;
}
@media(max-width: 839px) {
#player.jwplayer,
#player.animated-background {
width: 100vw !important;
max-width: 100vw !important;
height: 100vh !important;
left: 0 !important;
}
#player iframe {
height: 100vh !important
}
}
}