Need to block content based on what the link text is.

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
Kubica

Need to block content based on what the link text is.

Post by Kubica »

Can someone tell me how I would block this table row?

Code: Select all

<tr>
	<td>
 		<a href="blah.com">IF IT HAS THESE PHRASE FOR THE LINK, THEN BLOCK THE TABLE ROW</a>
	</td>
</tr>
Thanks!
User avatar
chewey
Posts: 501
Joined: Wed Jun 14, 2006 10:34 pm
Location: somewhere in Europe

Re: Need to block content based on what the link text is.

Post by chewey »

This cannot be done with ABP.
jamieplucinski
Posts: 183
Joined: Thu Aug 16, 2007 4:42 pm
Location: Toronto, Ontario, Canada
Contact:

Post by jamieplucinski »

You could block the link, but nothing else. Unless the table has identifiers for the DIV, but then that'd just be a static block and not conditional based on the row's content.
Locked