Help me to block a f¤¤¤ing frame

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
User avatar
Hajdar
Posts: 14
Joined: Fri Jun 13, 2008 8:18 am

Help me to block a f¤¤¤ing frame

Post by Hajdar »

Hi all, I want to block and remove the frame on top of this site.
Please help me.

http://thunderdome.com.ua/html/music.html

I have all block lists...
Stalker72

Re: Help me to block a f¤¤¤ing frame

Post by Stalker72 »

Hajdar wrote:Hi all, I want to block and remove the frame on top of this site.
Please help me.

http://thunderdome.com.ua/html/music.html

I have all block lists...

Code: Select all

thunderdome.com.ua##TD[style="background-image: url(http://static.it7.net/sf_bar/bb-bg.gif); background-repeat: repeat;"]

Code: Select all

thunderdome.com.ua##TD[style="width: 1px; background-color: rgb(230, 230, 230);"]

Code: Select all

thunderdome.com.ua#TD(height=67)
Does that make the situation better?

I don't know how to block the top gray part.
User avatar
Adblock Plus Fan
Posts: 1255
Joined: Sat Feb 24, 2007 11:08 am

Re: Help me to block a f¤¤¤ing frame

Post by Adblock Plus Fan »

Stalker72 wrote:I don't know how to block the top gray part.
Use this:

Code: Select all

thunderdome.com.ua#DIV(style=height: 115px;)
Instead of these:
Stalker72 wrote:

Code: Select all

thunderdome.com.ua##TD[style="background-image: url(http://static.it7.net/sf_bar/bb-bg.gif); background-repeat: repeat;"]

Code: Select all

thunderdome.com.ua##TD[style="width: 1px; background-color: rgb(230, 230, 230);"]

Also this one is for the bottom:

Code: Select all

thunderdome.com.ua#TD(height=2887)
(I haven't tested these for false positives though)
User avatar
Hajdar
Posts: 14
Joined: Fri Jun 13, 2008 8:18 am

Post by Hajdar »

haaaaaaaaaaaaaaaaa !!!!

Thx, I have tested all your reponses.
The best code is :

Code: Select all

thunderdome.com.ua#DIV(style=height: 115px;)
Thanks for your speed ^^
Stalker72

Re: Help me to block a f¤¤¤ing frame

Post by Stalker72 »

Adblock Plus Fan wrote:
Stalker72 wrote:I don't know how to block the top gray part.
Use this:

Code: Select all

thunderdome.com.ua#DIV(style=height: 115px;)
OT: How do you find out things like that? :?
User avatar
Adblock Plus Fan
Posts: 1255
Joined: Sat Feb 24, 2007 11:08 am

Re: Help me to block a f¤¤¤ing frame

Post by Adblock Plus Fan »

Stalker72 wrote:OT: How do you find out things like that? :?
It's easy once you get used to it. Everytime you start EHH you get this menu for help:
Image

Try to point at an element.
Then press W button a few times, you can see the red frame change its size and position sometimes.
N button is the opposite.

And V button can also be useful to take a quick look to see if an element is easy to work with.
Stalker72

Re: Help me to block a f¤¤¤ing frame

Post by Stalker72 »

Adblock Plus Fan wrote:
Stalker72 wrote:OT: How do you find out things like that? :?
It's easy once you get used to it. Everytime you start EHH you get this menu for help:
Image

Try to point at an element.
Then press W button a few times, you can see the red frame change its size and position sometimes.
N button is the opposite.

And V button can also be useful to take a quick look to see if an element is easy to work with.
Thanks! :D

Can you give me an example by cleaning this page and posting a screenshot? :)
- http://www.motorborsen.no/ab2/doc.wa?name=frontpage
Can you also note the process? :)

OT: Er du norsk? :wink:
User avatar
Adblock Plus Fan
Posts: 1255
Joined: Sat Feb 24, 2007 11:08 am

Re: Help me to block a f¤¤¤ing frame

Post by Adblock Plus Fan »

Well this was the prettiest I could make it:
Image
Filters in addition to the easylist/tracking filterlist:

Code: Select all

http://static-ads.autodb.no/

Code: Select all

motorborsen.no##TABLE[width="802"][style="border: 1px solid black; background-color: rgb(237, 237, 237);"]
The right column isn't worth hiding since it'll only make the page uglier. That one is beyond EHH's capabilities I think, you need to perform CSS magic with the Stylish extension.
Stalker72 wrote:OT: Er du norsk? :wink:
Nej jeg er Dansk :P
I only installed the Norwegian EHH in my test profile to make sure I gave you the right instructions (sometimes they are different for other languages).
adf

Post by adf »

The SRC of the iframe is

http://static.it7.net/sf_bar/728x15_ru.php

Just block that. Or more generically, the entire range

http://static.it7.net/sf_bar/
Locked