Страницы: 1
Как в эдблоке правильно блокировать такие скрипты?
взято с http://tree.tv/
[spoiler][code]<script>
$(document).ready(function(){
$('.admixer_adv_content a[href="http://tree.tv/users/profile/profileplus"]').live('click', function () {
if(isLogin == ""){
Load({'url':'/default/index/auth/?profileplus=true'});
}else if(isLogin == "yes"){
window.location = '/users/profile/profileplus#auth';
}
return false;
});
});
$(window).load(function() {
setTimeout(function(){
checkAddBlock();
setTimeout(function(){
checkAddBlock();
}, 1000);
}, 1000);
});
// function checkAddBlock() {
// var isAds = $('#ads_detect').css('display') == 'none' || $('#admixer_async_1297267273').children('div').length == 0;
// if($.browser.mozilla){
//
На сайте: http://tree.tv/ при включённо эдблоке прогружается какой-то скрипт, отображающий всё в чёрно-белом виде.
Страницы: 1