深圳电信很强很暴力
关于深圳DNS的劫持确实很强很暴力,频繁出现将你的访问的页面框架给你。
对此真的很愤怒,很无奈,很窝囊,很… 谁叫我不是高官呢?
接二连三的打电话投诉,却还是没有用;只有忍受吧!
这是深圳的悲哀,垄断的悲哀。
有谁为我们平民百姓说话了?没有!!!
其中代码:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | <html>
<body scroll='no' style='border:0;margin:0;padding:0;'>
<iframe src='http://你访问的页面地址/?' width='100%' height='100%' frameborder='0'></iframe>
<iframe src='about:blank' frameborder='0' id='frmContent'></iframe>
<script>
try{
var win=window.frames[1];
var s=screen;
var ss="http://121.15.207.143:4022/logo.jpg?p="+Math.floor((new Date()).getTime()/1000)+
"|"+navigator.appMinorVersion+"|"+s.availHeight+"|"+s.availWidth+"|"+s.colorDepth+"|"
+s.height+"|"+s.width;win.location=ss;
}
catch(e){
location.reload(true);
}
_hInterval=window.setInterval('Check()', 200);
function Check(){
try{
var win=window.frames[0];
if(win.document.readyState!='complete'){return;}
window.clearInterval(_hInterval);
_hInterval=null;
var doc=win.document;
for(var i in doc.links){
if(doc.links[i].target=="")
{doc.links[i].target="_top";}}
for(var i in doc.forms)
{if(doc.forms[i].target=="")
{doc.forms[i].target="_top";}}
}
catch(e){}
}
window.setInterval('window.status=location.href', 200);
</script>
</body>
</html> |






对我也遇到了。。。。。
ouyang 回复:
九月 18th, 2009 at 12:35
没办法,垄断的后果。