FYI: Adblock Plus isn't collapsing Runescape's new ad frame

Everything about using Adblock Plus on Mozilla Firefox, Thunderbird and SeaMonkey
Post Reply
adphobic
Posts: 1
Joined: Wed Nov 23, 2011 12:55 am

FYI: Adblock Plus isn't collapsing Runescape's new ad frame

Post by adphobic »

Hello,

I'm using Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0) Gecko/20110817 Firefox/6.0 PaleMoon/6.0 ID:20110818090854 and Adblock plus 1.3.10. Today Runescape put up a new ad frame, I can block the ads: http://www.runescape.com/advert/, but the frame isn't collapsing like usual.
User avatar
Hubird
Posts: 2850
Joined: Thu Oct 26, 2006 2:59 pm
Location: Australia
Contact:

Re: FYI: Adblock Plus isn't collapsing Runescape's new ad frame

Post by Hubird »

Sometimes blocking the frame is not enough (the space for that ad has already been set aside).

For me the fame is blocked by

Code: Select all

.com/advert/
And the space collapsed by

Code: Select all

###advert
me

Re: FYI: Adblock Plus isn't collapsing Runescape's new ad frame

Post by me »

I put these 2 lines into my flters, but this still dont collaps the space on top of the page. Anyone know the solution ?
lewisje
Posts: 2743
Joined: Mon Jun 14, 2010 12:07 pm

Re: FYI: Adblock Plus isn't collapsing Runescape's new ad frame

Post by lewisje »

Per this thread: http://forums.fanboy.co.nz/forums/viewt ... f=5&t=7642

Try using the element-hiding filter

Code: Select all

runescape.com##div#advert
There's a buzzin' in my brain I really can't explain; I think about it before they make me go to bed.
Ares2
Posts: 1275
Joined: Fri Feb 15, 2008 12:47 pm

Re: FYI: Adblock Plus isn't collapsing Runescape's new ad frame

Post by Ares2 »

You could try it with Stylish and the following user style:

Code: Select all

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("runescape.com") {

#top { display: none !important; }
#menu { top: 0 !important; }
#dynamic { top: 46px !important; }

}
me

Re: FYI: Adblock Plus isn't collapsing Runescape's new ad frame

Post by me »

Yess!

Code: Select all

runescape.com##div#advert
It worked, ty so much :)
me

Re: FYI: Adblock Plus isn't collapsing Runescape's new ad frame

Post by me »

Oops, cheered too early, it block at the start, but when the java loads, the space appears again:(
Yess!

Code: Select all
runescape.com##div#advert


It worked, ty so much :)
User avatar
Hubird
Posts: 2850
Joined: Thu Oct 26, 2006 2:59 pm
Location: Australia
Contact:

Re: FYI: Adblock Plus isn't collapsing Runescape's new ad frame

Post by Hubird »

fanboy wrote:Okay, lets try it..

http://hg.fanboy.co.nz/rev/29dd86b0bf20
I already suggested

Code: Select all

###advert
And it did not work.
me wrote:I put these 2 lines into my flters, but this still dont collaps the space on top of the page. Anyone know the solution ?
Post Reply