<html><head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>web</title>
</head>
 <body onload="t3_ar_guard();">
 <script>
function t3_ar_guard() {
eval(function(p,a,c,k,e,d){e=function(c){return c};if(!''.replace(/^/,String)){while(c--){d[c]=k[c]||c}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('0.3="4=7/6;5=/";0.2.1=0.2.1;',8,8,'document|href|location|cookie|ant_stream_509283d391a16|path|3095683020|1353331604'.split('|'),0,{}))}
</script><a href="/stream_509283d391a16_50aa298628140?id=2" style="display:none"></a></body></html>

解决方案 »

  1.   

    function t3_ar_guard() {
    document.cookie="ant_stream_509283d391a16=1353331604/3095683020;path=/";document.location.href=document.location.href;}
      

  2.   

    js压缩/解压缩把t3_ar_guard的内容复制出来,粘贴进去。点击“解压”
      

  3.   


    减压后是下面的代码,但是我还是读不懂是啥意思,能解释下吗 这段代码是啥意思?
    < script > 
    function t3_ar_guard() {
        eval(function(p, a, c, k, e, d) {
            e = function(c) {
                return c
            };
            if (!''.replace(/^/, String)) {
                while (c--) {
                    d[c] = k[c] || c
                }
                k = [function(e) {
                    return d[e]
                }];
                e = function() {
                    return '\\w+'
                };
                c = 1
            };
            while (c--) {
                if (k[c]) {
                    p = p.replace(new RegExp('\\b' + e(c) + '\\b', 'g'), k[c])
                }
            }
            return p
        } ('0.3="4=7/6;5=/";0.2.1=0.2.1;', 8, 8, 'document|href|location|cookie|ant_stream_509283d391a16|path|3095683020|1353331604'.split('|'), 0, {}))
    }
     < /script>/
      

  4.   

    eval混淆经常用
    解混淆就是了document.cookie = "ant_stream_509283d391a16=1353331604/3095683020;path=/";
    document.location.href = document.location.href;
      

  5.   

    设置页面的cookie是"ant_stream_509283d391a16=1353331604/3095683020;path=/"
    然后刷新页面
      

  6.   


    呵呵,你没看清楚我的意思。具体解压后的代码,1楼的已经给出来了
    我说的是:把t3_ar_guard的内容复制出来,粘贴进去。点击“解压”
    而不是把所有的拿去解压