Class blocking for UL specifically?

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
JAB Creations
Posts: 30
Joined: Wed Oct 18, 2006 11:19 pm
Location: Sarasota Florida
Contact:

Class blocking for UL specifically?

Post by JAB Creations »

I have...

lycos.com#(rslts_Web)

But Lycos uses OL element for their normal results from
Ask while using UL for sponsored links. I tried adding ul. before the class but it did not work?
User avatar
rick752
Posts: 2709
Joined: Fri Jun 09, 2006 7:59 pm
Location: New York USA
Contact:

Post by rick752 »

Code: Select all

lycos.com#ul(class=rslts_Web) 
Like this?
User avatar
rick752
Posts: 2709
Joined: Fri Jun 09, 2006 7:59 pm
Location: New York USA
Contact:

Post by rick752 »

Actually, I think what you are looking for is this:

Code: Select all

lycos.com#ul(class=rslts_Lst)
JAB Creations
Posts: 30
Joined: Wed Oct 18, 2006 11:19 pm
Location: Sarasota Florida
Contact:

Post by JAB Creations »

Thanks Rick, that was exactly what I was looking for!
User avatar
rick752
Posts: 2709
Joined: Fri Jun 09, 2006 7:59 pm
Location: New York USA
Contact:

Post by rick752 »

@John

Your first string was in error anyway. You had "lycos.com#(rslts_Web)" ... something needs to be defined after the "#" and before the (class), even if it is just a wildcard.
JAB Creations
Posts: 30
Joined: Wed Oct 18, 2006 11:19 pm
Location: Sarasota Florida
Contact:

Post by JAB Creations »

Thanks Rick, have a happy new year! :-)
Locked