LINUX.ORG.RU

История изменений

Исправление anonymous_incognito, (текущая версия) :

Как я понял у них вот эта штука закодирована и блокировка происходит в браузере, а не на сервере

<script type="text/javascript" language="JavaScript">

!function()
{try
 {var e,
  t=document.createElement("div"),o=777;
t.className="bCSSBlockDetection",document.body.appendChild(t),
e="undefined"!=typeof getComputedStyle?getComputedStyle(t).zIndex:t.currentStyle.zIndex,
o!=e&&"undefined"==typeof Core&&(
document.write('<div class="bWarnPoup">
Если вы видите этот текст, значит что-то пошло не так. 
Попробуйте отключить <span style="color: red;">AdBlock</span> или другой блокировщик рекламы в браузере.
</div>'),
document.write("<style>form{display: none;} 
.bWarnPoup{font-size: 17px; font-family: Arial; text-align: center; position: absolute; left: 50%; margin-left: -526px; top: 
50%; margin-top: -51px; padding: 40px; background-color: white; box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.5);}</style>"))}catch(n)
{}}(); </script>

Я не очень разбираюсь в javascript и adblock, что с этим сделать можно?

Исходная версия anonymous_incognito, :

Как я понял у них вот эта штука закодирована и блокировка происходит в браузере, а не на сервере

<script type="text/javascript" language="JavaScript">

 !function()

{try{var e,t=document.createElement("div"),o=777;t.className="bCSSBlockDetection",document.body.appendChild(t),e="undefined"!=typeof getComputedStyle?getComputedStyle(t).zIndex:t.currentStyle.zIndex,o!=e&&"undefined"==typeof Core&&(document.write('<div class="bWarnPoup">Если вы видите этот текст, значит что-то пошло не так. Попробуйте отключить <span style="color: red;">AdBlock</span> или другой блокировщик рекламы в браузере.</div>'),document.write("<style>form{display: none;} .bWarnPoup{font-size: 17px; font-family: Arial; text-align: center; position: absolute; left: 50%; margin-left: -526px; top: 50%; margin-top: -51px; padding: 40px; background-color: white; box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.5);}</style>"))}catch(n){}}(); </script>

Я не очень разбираюсь в javascript и adblock, что с этим сделать можно?