9to5mac.com

Here you should report unblocked ads, trackers, social media items, annoyances or leftovers from blocked content.
Locked
User avatar
smed79
Liste AR/FR Author
Liste AR/FR Author
Posts: 15839
Joined: Sun Jan 17, 2010 4:00 am
Location: EasyList Forum

9to5mac.com

Post by smed79 »

Code: Select all

-ad_750x150.
https://9to5mac.files.wordpress.com/2017/05/vs4mac-ad_750x150.png
http://i.imgur.com/Ajj2CKK.png

https://9to5mac.com/2017/06/01/tim-cook-email-on-trump-withdrawing-paris/
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
Mcflurry
Senior Member
Senior Member
Posts: 70
Joined: Thu Apr 27, 2017 7:10 am

Post by Mcflurry »

Hello,

Seems like an ad (mobile iOS)
https://i.imgur.com/c8zUX2F.jpg

Code: Select all

https://9to5mac.com/
Mcflurry
Senior Member
Senior Member
Posts: 70
Joined: Thu Apr 27, 2017 7:10 am

Post by Mcflurry »

I added

Code: Select all

-ad_750x150.
But Still there on iOS.
It's on the landing page of

Code: Select all

9to5mac.com
Between each 2 or 3 article
Mcflurry
Senior Member
Senior Member
Posts: 70
Joined: Thu Apr 27, 2017 7:10 am

Post by Mcflurry »

Code: Select all

https://9to5mac.com/wp-content/uploads/sites/6/2017/03/solar-300.jpg
https://9to5mac.com/wp-content/uploads/sites/6/2017/03/lightning-cable-sale-deal.jpg
https://9to5mac.com/wp-content/uploads/sites/6/2017/03/pad-and-quill.jpg
All those are linked to unrelated content , means Ads?
Mcflurry
Senior Member
Senior Member
Posts: 70
Joined: Thu Apr 27, 2017 7:10 am

Post by Mcflurry »

A simplified domain list from adguard + safari list removed it.
Now it's better
Yuki
Contributor
Contributor
Posts: 205
Joined: Sun Dec 15, 2019 7:34 am

Post by Yuki »

As this staff on the site will be used to track user and show ads, I suggest following for EasyPrivacy:

Code: Select all

||ww.9to5mac.com/js/aptrk.js
It should be independent w/ browser and/or extension you use, but if needed, confirmed on uBO v1.24.2 on Firefox 71.0
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 »

•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
fabi
Site Member
Site Member
Posts: 40
Joined: Tue Sep 17, 2019 8:26 am

Post by fabi »

looks like 1p ads, on the startpage.

Code: Select all

https://ww.9to5mac.com/#
intense
Contributor
Contributor
Posts: 10500
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

https://ww.9to5mac.com/# is the redirected page

Did you update your filter lists ?
adblocker ? browser ?
fabi
Site Member
Site Member
Posts: 40
Joined: Tue Sep 17, 2019 8:26 am

Post by fabi »

auto update is on 7hrs, but manual update fixed the problem. Thanks

While updating, the uBlock annoyances-filterlist went down in the annoyances section.. that's odd.

https://i.ibb.co/nRzGJf9/Anmerkung-2020 ... 021045.png
intense
Contributor
Contributor
Posts: 10500
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

yeah, the experimental list has been removed and uBo filters annoyances moved to annoyances group.
https://github.com/gorhill/uBlock/commi ... 2ea1f8062b
User avatar
Azrael
New Member
New Member
Posts: 2
Joined: Tue Jun 23, 2020 4:20 am

Post by Azrael »

Hello. I'm working on an adblocker myself that can use ABP rules. I noticed that there is an exception rule related to 9to5mac that might be interpreted incorrectly:

Code: Select all

@@/wp-content/themes/$script,domain=9to5mac.com
If I'm understanding this, the rule would be treated as a regular expression because it starts and ends with a "/". But it is intended to be a path. It should be this instead. Note the added asterisk:

Code: Select all

@@/wp-content/themes/*$script,domain=9to5mac.com
This appears in version 202006231931 of EasyList

Is this correct?
User avatar
fanboy
EasyList Author
EasyList Author
Posts: 12229
Joined: Wed Sep 05, 2007 8:17 pm

Post by fanboy »

@@/wp-content/themes/*$script,domain=9to5mac.com

is more optimised than without the wildcard
User avatar
Azrael
New Member
New Member
Posts: 2
Joined: Tue Jun 23, 2020 4:20 am

Post by Azrael »

fanboy wrote: Thu Jun 25, 2020 11:30 am @@/wp-content/themes/*$script,domain=9to5mac.com

is more optimised than without the wildcard
Would it even work without it, though? Some of the regex engines that I'm familiar with will treat anything after the delimiter as a flag. In other words, for this:
@@/wp-content/themes/$script,domain=9to5mac.com,
wp-content would be the pattern and themes/ would be the set of flags (with an extra trailing slash since the delimiter is a "/" and the "/" in the middle of the path isn't escaped
User avatar
fanboy
EasyList Author
EasyList Author
Posts: 12229
Joined: Wed Sep 05, 2007 8:17 pm

Post by fanboy »

Depends on the regex implentation, but we follow the ABP regex rules
Locked