Kill ads in NYT Games.
Declutter NYT Games by agriffis
Details
Authoragriffis
LicenseCC0
Categorynytimes.com
Created
Updated
Size816 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 NY Times - Declutter Crossword
@namespace agriffis
@version 2.0.1
@license CC0
@author Aron Griffis
==/UserStyle== */
@-moz-document regexp("^https://www.nytimes.com/(crosswords|games|puzzles).*") {
.top-sale-banner {
display: none;
}
.top-sale-banner-spacing {
margin-top: 0;
}
#top.ad,
#ad-top {
display: none;
}
div[aria-label='Wordplay Section'] {
display: none;
}
div.pz-ad-box {
display: none;
}
#root > div > div {
justify-content: flex-start;
}
}
@-moz-document regexp("^https://www.nytimes.com/crosswords/game/daily(/.*)?") {
#js-global-nav {
position: static;
height: 0;
}
#js-nav-burger {
position: absolute;
height: 65px;
top: 0;
}
.pz-game-title-bar {
padding-top: 0;
}
}