digit.in

Here you should report unblocked ads, trackers, social media items, annoyances or leftovers from blocked content.
Locked
gotitbro
Postaholic
Postaholic
Posts: 866
Joined: Sat Jul 09, 2016 8:33 pm

digit.in

Post by gotitbro »

Deal ads in the sidebar and above the comments section, and sponsored ads below the article heading. I am unable to block these successfully, please help me remove these ads.

Error URL: http://www.digit.in/internet/netflix-adds-32-million-subscribers-in-q3-2016-32115.html
intense
Contributor
Contributor
Posts: 10497
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

add

Code: Select all

digit.in##.pageLoadAdBox
||digit.in/blockarticledetailad/*
digit.in##.side-ad 
digit.in##.gadgetDealSideBar
digit.in##.advertisements
all got using EHH + ABP in firefox.
gotitbro
Postaholic
Postaholic
Posts: 866
Joined: Sat Jul 09, 2016 8:33 pm

Post by gotitbro »

intense wrote:all got using EHH + ABP in firefox.
Thanks, I thought the adds were being loaded through amazon ad networks and others but after your post realized they were just affiliate links.

Can you tell me how can I create a filter where only scripts from outbrain.com are allowed on digit.in. Need to create a filter like this as Peter Lowe's List breaks endless scrolling on the website.

Edit: Figured it out: @@||widgets.outbrain.com/outbrain.js$script,domain=digit.in this unbreaks the endless scrolling.
gotitbro
Postaholic
Postaholic
Posts: 866
Joined: Sat Jul 09, 2016 8:33 pm

Post by gotitbro »

Add this filter:

Code: Select all

digit.in##a[href^="/productaggregatortrack.php"]

to remove other shopping ads such as the in image ads here http://www.digit.in/general/have-an-eco-friendly-tech-diwali-32220.html.
gotitbro
Postaholic
Postaholic
Posts: 866
Joined: Sat Jul 09, 2016 8:33 pm

Post by gotitbro »

Analytics collected by Phando on http://www.digit.in.

Error URL:
http://www.digit.in/audio-video/with-reliance-jios-dth-launch-expected-soon-is-hybrid-dth-the-next-battleground-34815.html

(Play the video to see all the network requests made)

Can be blocked by:

Code: Select all

||phando.com/*analytics.js
||analytics.phando.com
Note: They seem to be using Hola Luminati services (https://luminati.io/).
I saw some requests being made to http://player.h-cdn.com/ads.js (domain registered by Hola) and also noticed some random IP addresses collecting my geolocation data (could be Hola users part of the peering networking, i.e., free Hola users). Here are the details:

Code: Select all

23.19.99.98/get_geoip?customer=phando
66.90.111.2/get_geoip?customer=phando
212.32.225.100/get_geoip?customer=phando
50.7.1.2/get_geoip?customer=phando
46.105.119.199/get_geoip?customer=phando
Can someone confirm that they see these requests too?

Edit: Requests are also made to http://perr.h-cdn.com which sends browser data along with other things in the URL string.
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 »

gotitbro wrote:Can someone confirm that they see these requests too?
This one is not blocked http://cdnmedia.phando.com/player-18.9.16/analytics.js

Suggested filter

Code: Select all

/player-*/analytics.js
other requests are already blocked by /piwik.php and /get_geoip?

generic filter fo EL

Code: Select all

##.nonDfpAd
for the social list

Code: Select all

##.social_ap
##.twitter_ap
##.facebook_ap
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
-Mark-
Postaholic
Postaholic
Posts: 382
Joined: Tue Jul 05, 2016 7:46 pm

Post by -Mark- »

@fanboy Lots of unblocked first party ads looming around

Code: Select all

digit.in##.m_list_In
||digit.in/blockarticledetailad/$subdocument
digit.in##.gift
digit.in##.recommended-box
digit.in##iframe[src^="http://phando"]
digit.in##.advertisements
digit.in##.gadgetDealSideBar
digit.in##.top-promo
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 »

-Mark- wrote: Sat Apr 29, 2017 5:01 amLots of unblocked first party ads looming around
I suggest to add (only)

Code: Select all

##.nonDfpAd
digit.in##.gd_sponsored
digit.in##.advertisements
||digit.in/blockarticledetailad/
... and leave the rest.
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
Locked