nytimes.com

Here you should report unblocked ads, trackers, social media items, annoyances or leftovers from blocked content.
Locked
User avatar
terrorist96
Postaholic
Postaholic
Posts: 468
Joined: Mon May 11, 2015 2:24 pm

nytimes.com

Post by terrorist96 »

Code: Select all

https://www.nytimes.com
Uncollapsed banner space.
Add:

Code: Select all

##.BlockAdvert-topAd--1_Ppx.BlockAdvert-adContainer--1aZlM > .BlockAdvert-ad--2QvJV
uBlock Origin extension;
Chrome 64 bit;
Subscription Lists: Default.
User avatar
smed79
Liste AR/FR Author
Liste AR/FR Author
Posts: 15839
Joined: Sun Jan 17, 2010 4:00 am
Location: EasyList Forum

Post by smed79 »

Try one of these filters

Code: Select all

##[class^="BlockAdvert-ad-"]
##[class^="BlockAdvert-topAd-"]
##[class^="BlockAdvert-adContainer-"]
or

Code: Select all

##[class^="BlockAdvert-"]
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
User avatar
terrorist96
Postaholic
Postaholic
Posts: 468
Joined: Mon May 11, 2015 2:24 pm

Post by terrorist96 »

The first and third work. (Fourth one too) Second one doesn't.
uBlock Origin extension;
Chrome 64 bit;
Subscription Lists: Default.
Khrin
EasyList Author
EasyList Author
Posts: 3562
Joined: Fri Mar 26, 2010 8:50 pm

Post by Khrin »

smed79 wrote: Fri Jul 28, 2017 2:33 am

Code: Select all

##[class^="BlockAdvert-"]
This one works? https://github.com/easylist/easylist/co ... 8062b6c039
User avatar
terrorist96
Postaholic
Postaholic
Posts: 468
Joined: Mon May 11, 2015 2:24 pm

Post by terrorist96 »

Yes, thanks. Also, if you can, please consider going through the issues posted on the Github issue page.
uBlock Origin extension;
Chrome 64 bit;
Subscription Lists: Default.
User avatar
pepablock
New Member
New Member
Posts: 1
Joined: Sun Sep 17, 2017 10:28 am

Post by pepablock »

eg link –

Code: Select all

https://cooking.nytimes.com/recipes/1018068-chicken-paprikash
Window that's preventing you from accessing the content of the website, which in my opinion is similar to blocking your access if an ad-blocker is detected.
 ! Message from: smed79
Merged - forumsearch
intense
Contributor
Contributor
Posts: 10500
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

Disable javascript on site or use this filter in uBo

Code: Select all

cooking.nytimes.com##script:inject(abort-on-property-read.js, bootstrap)
Locked