ouyang 2009.07.04

杂杂碎碎

深圳电信很强很暴力

关于深圳DNS的劫持确实很强很暴力,频繁出现将你的访问的页面框架给你。
对此真的很愤怒,很无奈,很窝囊,很… 谁叫我不是高官呢?
接二连三的打电话投诉,却还是没有用;只有忍受吧!
这是深圳的悲哀,垄断的悲哀。
有谁为我们平民百姓说话了?没有!!!
image

深圳电信很强很暴力


其中代码:

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>

可以任意转载, 转载时请务必以超链接形式标明文章原始出处及此声明

本文地址: http://www.ouyy.com/blog/2009/07/868.html

2 条评论

  1. 对我也遇到了。。。。。

    ouyang 回复:

    没办法,垄断的后果。

Pingback / TrackBack

评论

欢迎回来,! ( 更改用户 )

输入后可按 Ctrl+Enter 提交评论.

click to changeSecurity Code

回到页首回到页尾