dhowe / AdNauseamV1

*** This is not the current AdNauseam repository: please find the current repo here:
https://github.com/dhowe/AdNauseam
GNU General Public License v3.0
385 stars 33 forks source link

Webpage becomes blank on ZDNet #401

Closed CyrusSUEN closed 9 years ago

CyrusSUEN commented 9 years ago

On http://www.zdnet.com/ The page was visible at first and then quickly became blank. Ad Count shows 4 img ads out of the total 4 ads found.

CyrusSUEN commented 9 years ago

Also happen on http://www.techrepublic.com/

dhowe commented 9 years ago

There is some script which, if it is not blocked, cause the page to go blank. Here are the possibilities for zdnet.com. Try to figure out which script is causing the problem...

 zdnet.com
-----------------
http://partner.googleadservices.com/gpt/pubads_impl_67.js
http://d.pzkysq.pink/adblockr.javascript?z=15138111011411
http://vidtech.cbsima.com/ads/cnvideo?cid=98295&adnum=1
http://js.revsci.net/gateway/gw.js?csid=F09828&bpid=cbsinteractive&auto=t
http://bounceexchange.com/bounce/i.js?client_id=765
http://d.pzkysq.pink/adblockr.javascript?z=911121561181
http://vidtech.cbsima.com/ads/cnvideo?cid=98295&adnum=1

techrepublic.com:
-----------------
http://partner.googleadservices.com/gpt/pubads_impl_67.js
http://bounceexchange.com/tag/786/i.js
http://i.i.cbsi.com/cnwk.1d/Ads/common/manta/isInternalUser.js?cb=cbsiInternal
http://js.revsci.net/gateway/gw.js?csid=F09828&bpid=cbsinteractive&auto=t
http://d.pzkysq.pink/adblockr.javascript?z=14111502140
http://vidtech.cbsima.com/ads/cnvideo?cid=98295&adnum=1
http://d.pzkysq.pink/adblockr.javascript?z=77121087131
http://vidtech.cbsima.com/ads/cnvideo?cid=98295&adnum=1
http://d.pzkysq.pink/adblockr.javascript?z=01138841511
http://vidtech.cbsima.com/ads/cnvideo?cid=98295&adnum=1
dhowe commented 9 years ago

Ok, so it was http://partner.googleadservices.com causing the blank pages. I have added this URL (in v1.3.1) to 'parser.blockableScriptDomains' and removed all entries from 'parser.blockablePageDomains'. If this happens again, follow the same procedure.