Page 1 of 1

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

Posted: Wed Nov 23, 2011 1:02 am
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.

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

Posted: Wed Nov 23, 2011 3:49 am
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

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

Posted: Sun Nov 27, 2011 8:30 pm
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 ?

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

Posted: Mon Nov 28, 2011 6:01 am
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

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

Posted: Mon Nov 28, 2011 9:59 am
by fanboy

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

Posted: Mon Nov 28, 2011 12:38 pm
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; }

}

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

Posted: Mon Nov 28, 2011 10:38 pm
by me
Yess!

Code: Select all

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

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

Posted: Mon Nov 28, 2011 10:42 pm
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 :)

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

Posted: Mon Nov 28, 2011 10:57 pm
by me
But it worked great with Stylish, ty :)
http://userstyles.org/styles/56758/new- ... s-and-menu

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

Posted: Mon Nov 28, 2011 11:13 pm
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 ?