本來用Hosts過濾是供各位交流使用的,既然那么多網(wǎng)站都使用了“泛域名”技術(shù)來防止廣告域名被停止解析
那么就別怪我們這種有潔癖的人的出狠招了。
前提是你的電腦里必須裝有IE6及以上版本。那么去迅雷看看廣告只需要一句代碼:
你問我firefox不行嗎?opera不行嗎?當(dāng)然,op,ff的廣告過濾,精確定位,當(dāng)然可以不用。
新版G+ Hosts 安裝腳本已自帶。不喜歡修改hosts的可以使用下面的代碼。
以下內(nèi)容存為Bat運(yùn)行。
[Copy to clipboard] [ - ]
CODE:
rem 使用Hosts屏蔽有副作用的廣告殺無赦!。
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains" /f
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\*.atm.youku.com" /v "*" /t REG_DWORD /d 4 /f
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\*.sandai.net" /v "*" /t REG_DWORD /d 4 /f
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\adcontrol.tudou.com" /v "*" /t REG_DWORD /d 4 /f
pause
選擇7,自動(dòng)下載最新版和穩(wěn)定版的數(shù)據(jù)合并,更新。
ie受限站點(diǎn)的好處就是控制方便,可以使用通配符,配合Hosts使用。精準(zhǔn),簡潔!
比如土豆網(wǎng),只需在Hosts中再加入一行:
0.0.0.0 adplay.tudou.com
配合上面的內(nèi)容,整個(gè)網(wǎng)站就找不到廣告了!