diff --git a/js/anti-baidu-latest.js b/js/anti-baidu-latest.js index 2bcc53c..ef39313 100644 --- a/js/anti-baidu-latest.js +++ b/js/anti-baidu-latest.js @@ -25,7 +25,55 @@ .done(function () { (function ($) { $(document).ready(function () { - var antiDiv = '
'; + var css=''; + + var antiDiv = ' '; + $("head").append(css); $("body").append(antiDiv); if (isBaiduReferrer) { $('#nobaidu_dlg').bPopup(); @@ -72,3 +120,4 @@ loader(); } })(); + diff --git a/test-page.html b/test-page.html index 17e264e..dea2389 100644 --- a/test-page.html +++ b/test-page.html @@ -2,15 +2,27 @@