turn of blocking of http://br.mangahost.com/

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
willkun
Posts: 1
Joined: Tue Mar 31, 2015 3:49 am

turn of blocking of http://br.mangahost.com/

Post by willkun »

this site doesn't block the acess but block the images on him, i had tried the anti adblock killers but it had no results, if some one of you know, please help.Thanks!

http://br.mangahost.com/
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: turn of blocking of http://br.mangahost.com/

Post by mapx »

what images ? examples ?
what browser, ABP version, filter lists are you using ?
marks
Posts: 8
Joined: Wed Apr 01, 2015 11:54 am

Re: turn of blocking of http://br.mangahost.com/

Post by marks »

mapx wrote:what images ? examples ?
what browser, ABP version, filter lists are you using ?
FF 37 Beta channel
windows 8 64x
ADBlock plus 2.6.9
Adblock Plus Pop-up Addon 0.9.2
Element Hiding Helper for Adblock Plus 1.3.2

this site is for read mangas online, example this page:
br.mangahost.com/manga/ansatsu-kyoushitsu/132/18

if you have adblock enabled and working the site detects that the ads removed and replace de page with this img:
img.mangahost.com/br/adblock.png

most likely is some anonymous function in javascript that takes the width and height of the ads, and if not specified the size it does not display the image

here any solution for this?
marks
Posts: 8
Joined: Wed Apr 01, 2015 11:54 am

Re: turn of blocking of http://br.mangahost.com/

Post by marks »

i guess i found

br.mangahost.com/wp-content/themes/mangahost/js/jquery.p.min.js

last function

Code: Select all

jQuery(function() {
            if (testDisplay) {
                jQuery('img').not('.post-ratings img, .brand img').attr('src', 'http://img.mangahost.com/br/adblock.png');
                jQuery('.ads').removeClass('ads336x280 ads728x90 ads160x600 ads300x250');
                jQuery('.ads').html('<div style="padding: 25px 30px; font-size: 21px; display: block !important;background: #333333;margin: 30px;line-height: 100%;"><span style="color:white">Por Favor</span> <span style="color: yellow">Desative Seu <img alt="AdBlock" src="http://img.mangahost.com/br/adblock.png" style="border:none"> em nosso site.</span><br><em style="color: #94e0f6">Essa &eacute; a &uacute;nica colabora&ccedil;&atilde;o que pedimos para continuarmos no ar.</em>  <a style="color:white;" href="http://img.mangahost.com/br/tutorial_desativar_adblock.jpg" target="_blank" title="Clique!">Clique aqui para saber como desativar!</a></div>');
            }
        }
but I do not have the requisite knowledge to create something to change this script or remove it

it seems only block it does not work because this .js is also responsible for loading the image manga page
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: turn of blocking of http://br.mangahost.com/

Post by mapx »

try this filter

Code: Select all

@@||br.mangahost.com/ads.js?*
marks
Posts: 8
Joined: Wed Apr 01, 2015 11:54 am

Re: turn of blocking of http://br.mangahost.com/

Post by marks »

mapx wrote:try this filter

Code: Select all

@@||br.mangahost.com/ads.js?*
IT WORKS!!!!

i don't now if i hate or love you, kkkkkkkkk

I was one hour trying to find a solution, but to no avail

in 5min you go there and find a simple solution

that humiliation

kkkkkkk

thanks man, really thanks ^^
opaganga
Posts: 2
Joined: Mon Apr 27, 2015 3:43 pm

Re: turn of blocking of http://br.mangahost.com/

Post by opaganga »

The problem came back :/ The filter does'nt work now.
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: turn of blocking of http://br.mangahost.com/

Post by mapx »

example link ?
browser version ? ABP version ? filter lists (updated !) ?

Can you see this page correctly ?
http://br.mangahost.com/manga/bleach-br/624
opaganga
Posts: 2
Joined: Mon Apr 27, 2015 3:43 pm

Re: turn of blocking of http://br.mangahost.com/

Post by opaganga »

http://br.mangahost.com/

Google Chrome 42.0.2311.90 (64-bit)
Adblock 1.8.12
Filter list:
Adblock Warning Removal List \~All updated.
EasyList /


Custom filter: @@||br.mangahost.com/ads.js?*

On http://br.mangahost.com/ the AntiAdBlock act on page load instantly.

And on pages like your example (http://br.mangahost.com/manga/bleach-br/624) it takes 1~2 seconds to act.

It still replacing imgs by:

Code: Select all

<div style="padding: 25px 30px; font-size: 21px; display: block !important;background: #333333;margin: 30px;line-height: 100%;"><span style="color:white">Por Favor</span> <span style="color: yellow">Desative Seu <img alt="AdBlock" src="http://img.mangahost.com/br/adblock.png" style="border:none"> em nosso site.</span><br><em style="color: #94e0f6">Essa &eacute; a &uacute;nica colabora&ccedil;&atilde;o que pedimos para continuarmos no ar.</em>  <a style="color:white;" href="http://img.mangahost.com/br/tutorial_desativar_adblock.jpg" target="_blank" title="Clique!">Clique aqui para saber como desativar!</a></div>
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: turn of blocking of http://br.mangahost.com/

Post by mapx »

I tested in firefox + chrome ==> no issues here.

Are you using other blocking addons ? (like ghostery, disconnect, other ..)
Locked