Skip to content

Declutter NYT Games by agriffis

Details

Authoragriffis

LicenseCC0

Categorynytimes.com

Created

Updated

Code size599 B

Code checksumcd51d75f

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Kill ads in NYT Games.

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;
  }
  div[class^=Ad-module] {
    display: none;
  }
}

Reviews

No reviews yet.