Page 1 of 2

nytimes.com

Posted: Fri Aug 24, 2018 12:30 am
by DimitriT
Several unhidden elements on their main page:

Code: Select all

https://www.nytimes.com

Re: nytimes.com

Posted: Fri Aug 24, 2018 2:18 am
by LanikSJ
I don't see any ads, but please provide more info: rules#participation

Re: nytimes.com

Posted: Fri Aug 24, 2018 6:53 am
by rseiler
You may not be seeing it because it's only happening as of the switch-over to the new home page, which just happened in the last day or so and may not be live yet for everyone. If you are still on the old page, there should be a "Try the new site" type banner near the top.

But Dimitri is right about the new page: there are five large, horizontal blocks as you go down the page. Using simple element blocking isn't going to work, I think, due to the random names used.

Re: nytimes.com

Posted: Fri Aug 24, 2018 6:59 am
by intense
try

Code: Select all

nytimes.com##.css-1rcjuvj
or

uBo:

Code: Select all

nytimes.com##[class^=css-]:has-text(Advertisement)
ABP:

Code: Select all

nytimes.com#?#[class^=css-]:-abp-contains(Advertisement)

Re: nytimes.com

Posted: Fri Aug 24, 2018 7:54 am
by smed79
@intense
- home > https://i.imgur.com/SY4rLsZ.png
- article > https://i.imgur.com/jWb5SOR.png

@rseiler test

Code: Select all

nytimes.com#?#div > div:-abp-has([class^=css-]:-abp-contains(Advertisement):-abp-has(.ad))

Re: nytimes.com

Posted: Fri Aug 24, 2018 8:29 am
by intense
Weird, when I tested it it was ok.

Re: nytimes.com

Posted: Fri Aug 24, 2018 6:53 pm
by smed79
Now, my filter hide the article page :?

Re: nytimes.com

Posted: Fri Aug 24, 2018 7:00 pm
by intense
Probably "we" need a new feature (if possible): hide only the direct parent (or n exact levels) div / class containing that text (for -abp-contains; same for -abp-has)

Re: nytimes.com

Posted: Fri Aug 24, 2018 7:48 pm
by intense
a @zaphodbebblebrox uBo filter

Code: Select all

nytimes.com##div:has(> div > div > div[id^="dfp-ad-"])

Re: nytimes.com

Posted: Fri Aug 24, 2018 9:39 pm
by smed79
The same working filter for Adblock Plus

Code: Select all

nytimes.com#?#div:-abp-has(> div > div > div[id^="dfp-ad-"])

Re: nytimes.com

Posted: Sat Aug 25, 2018 7:02 am
by rseiler
Thanks, the uBo one is working here. That is one impressive filter alright.

Re: nytimes.com

Posted: Sat Aug 25, 2018 7:39 am
by intense
last uBo filter ( @gorhill 's)

Code: Select all

nytimes.com##:xpath(//div[starts-with(@id, "dfp-ad")]/../../..)
or

Code: Select all

nytimes.com##:xpath(//div[contains(text(),"Advertisement")]/../../..)

nytimes.com

Posted: Wed Dec 12, 2018 12:50 am
by Marco888
Block element not an option, for some reason.
How to get rid of big horizontal black banner.

There is no X out option; they only want you to pay for access.
In particular, the New York Times.
"Subscribe here and...subscribe here >."

Code: Select all

https://www.nytimes.com/2018/12/04/books/critics-favorite-books.html?emc=edit_bk_20181210&nl=book-review&nlid=2128080520181210&te=1
Thank you.
 ! Message from: Lanik
Merged rules#forumsearch and removed rules#links

Re: nytimes.com

Posted: Wed Dec 12, 2018 10:41 am
by smed79
test

Code: Select all

nytimes.com##div[class][data-testid]
@@||static01.nyt.com/ads/google/adsbygoogle.js$script,domain=nytimes.com
or

Code: Select all

nytimes.com##.shown.meter_default.standard
@@||static01.nyt.com/ads/google/adsbygoogle.js$script,domain=nytimes.com

Re: nytimes.com

Posted: Sun Jul 07, 2019 12:21 pm
by bhabba
The following is directed towards Fanboy's Cookie List:

Cookie consent banner isn't blocked.

Site to test:

Code: Select all

https://www.nytimes.com/2019/07/02/magazine/dead-pig-brains-reanimation.html
Possible cosmetic filter rule:

Code: Select all

##.gdpr

Re: nytimes.com

Posted: Sun Jul 07, 2019 3:14 pm
by smed79
bhabba wrote: Sun Jul 07, 2019 12:21 pm

Code: Select all

##.gdpr
Already managed by "Fanboy's Cookie List" and "Fanboy's Annoyance List" https://github.com/easylist/easylist/bl ... .txt#L8493

Re: nytimes.com

Posted: Mon Jul 08, 2019 6:02 pm
by bhabba
Already managed by "Fanboy's Cookie List" and "Fanboy's Annoyance List" https://github.com/easylist/easylist/bl ... .txt#L8493
Ok, didn't realize that. But that entry gets overruled by the following exception filter:

Code: Select all

nytimes.com#@#.expanded.gdpr
found here.

Re: nytimes.com

Posted: Tue Jul 09, 2019 11:44 am
by smed79
bhabba wrote:that entry gets overruled by the following exception filter:

Code: Select all

nytimes.com#@#.expanded.gdpr
Users report that that NYT doesn't load the video without confirming the cookie notification https://github.com/ryanbr/fanboy-adblock/issues/746

Re: nytimes.com

Posted: Thu Jul 11, 2019 10:09 am
by bhabba
NYT doesn't load the video without confirming the cookie notification
Ah, damn. Ok, then screw it.

Re: nytimes.com

Posted: Sun Sep 29, 2019 8:53 am
by peace2000
nytimes.com has now, at the bottom of screen, black bar that tells to subscribe to nytimes. Is this considered an ad? If so, I report it here :D

Sampe link:

Code: Select all

https://www.nytimes.com/2015/08/20/technology/personaltech/ad-blockers-and-the-nuisance-at-the-heart-of-the-modern-web.html
(It might not become immediately visible, scroll the page and wait a while in that case).

Re: nytimes.com

Posted: Sun Sep 29, 2019 4:44 pm
by smed79
peace2000 wrote:nytimes.com has now, at the bottom of screen, black bar that tells to subscribe to nytimes. Is this considered an ad?
No...

Re: nytimes.com

Posted: Sat Dec 14, 2019 2:48 pm
by bhabba
smed79 wrote: Tue Jul 09, 2019 11:44 am
bhabba wrote:that entry gets overruled by the following exception filter:

Code: Select all

nytimes.com#@#.expanded.gdpr
Users report that that NYT doesn't load the video without confirming the cookie notification https://github.com/ryanbr/fanboy-adblock/issues/746
Everything seems to load fine now on https://www.nytimes.com/2018/09/24/style/robot-furniture-beep-beep-boop.html while blocking nytimes.com##.gdpr. Can the the exception rule hence be removed?

nytimes.com

Posted: Fri May 29, 2020 6:02 pm
by rjk
After a certain number of page loads, a subscription banner is shown and the content is hidden. However, the content is already loaded before this happens, so it should be possible to remove the banner. Example URL

Code: Select all

https://www.nytimes.com/2020/05/28/sports/boston-marathon-canceled.html
however it may not do anything for you unless you have already been on the site reading articles. Happens for any article after the limit.
  • uBlock Origin 1.26.0
  • Nano Defender v15.0.0.199
  • Google Chrome v83.0.4103.61
  • Tampermonkey v4.10
uBO subs:

Code: Select all

uBlock filters
uBlock filters – Badware risks​​​​​
uBlock filters – Privacy
uBlock filters – Resource abuse
uBlock filters – Unbreak​​​​​
EasyList​​​​​
EasyPrivacy​​​​​​​​​
Malware Domain List​​​​​
Malware domains​​​​​
Anti-Facebook​​​​​
uBlock filters – Annoyances​​​​​
Peter Lowe’s Ad and tracking server list
Custom lists:

Code: Select all

Adblock Warning Removal List​​​​​ - https://easylist-downloads.adblockplus.org/antiadblockfilters.txt
Nano Defender Integration - https://gitcdn.xyz/repo/NanoAdblocker/NanoFilters/master/NanoMirror/NanoDefender.txt
Nano Filters​​​​​ - https://gitcdn.xyz/repo/NanoAdblocker/NanoFilters/master/NanoFilters/NanoBase.txt
Nano Filters - Whitelist​​​​​ - https://gitcdn.xyz/repo/NanoAdblocker/NanoFilters/master/NanoFilters/NanoWhitelist.txt
NoCoin Filter List - https://raw.githubusercontent.com/hoshsadiq/adblock-nocoin-list/master/nocoin.txt
Tampermonkey userscripts:

Code: Select all

Absolute Enable Right Click & Copy v1.8.9 - https://greasyfork.org/en/scripts/23772-absolute-enable-right-click-copy
AdsBypasser v7.14.0 - https://adsbypasser.github.io/
AntiAdware v1.42.1 - https://github.com/HandyUserscripts/AntiAdware
Also would appreciate any optimization tips if this isn't the most ideal config and could use improvements.

Re: nytimes.com

Posted: Fri May 29, 2020 6:15 pm
by rseiler
I wonder if I don't see that happen because of also using:
https://github.com/iamadamdev/bypass-paywalls-chrome

Re: nytimes.com

Posted: Fri May 29, 2020 6:20 pm
by rjk
rseiler wrote: Fri May 29, 2020 6:15 pm I wonder if I don't see that happen because of also using:
https://github.com/iamadamdev/bypass-paywalls-chrome
Thanks for pointing me towards this extension. It solved the problem for me, but I'm still curious if it's something that could be done natively within uBO so that I don't have a weird unsigned extension lurking in my browser?

Re: nytimes.com

Posted: Sat May 30, 2020 5:41 am
by intense
test in uBO, see if breaks something

Code: Select all

nytimes.com##+js(set, webkitRequestFileSystem, noopFunc)
(the filter is already in the list for firefox, not for chrome)

Re: nytimes.com

Posted: Sat May 30, 2020 8:30 am
by fanboy
Would this break legit users of nytimes.com (if implemented in uBO) ?

Re: nytimes.com

Posted: Sat May 30, 2020 4:17 pm
by rjk
intense wrote: Sat May 30, 2020 5:41 am test in uBO, see if breaks something

Code: Select all

nytimes.com##+js(set, webkitRequestFileSystem, noopFunc)
(the filter is already in the list for firefox, not for chrome)
Confirmed that this worked for me in a different browser that I had not already installed the bypass paywalls plugin on. Thanks.

Re: nytimes.com

Posted: Tue Sep 22, 2020 11:20 pm
by fabi
On

Code: Select all

https://www.nytimes.com/
they load

Code: Select all

https://nytimes.com/ads/google/adsbygoogle.js
in the background

Re: nytimes.com

Posted: Mon Sep 28, 2020 11:31 am
by fanboy
Yup, and its fine. its just adblock bait.