Created
August 23, 2018 22:41
-
-
Save rgrove/1512e19a8f162208b022eafb3fa4e353 to your computer and use it in GitHub Desktop.
Custom uBlock Origin filter to block the huge obtrusive ads in The New York Times's new design
This file contains 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
# This is a uBlock Origin filter list that blocks the huge obtrusive ads in | |
# The New York Times's new design. | |
# | |
# You can paste these rules into uBlock Origin's "My Filters" tab or import them | |
# as described here: | |
# | |
# https://github.com/gorhill/uBlock/wiki/Filter-lists-from-around-the-web | |
www.nytimes.com###app div:if(> div:only-child > div:only-child > div.ad) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment