Block the table if it contains a specific word ?

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
hellkeeper
Posts: 28
Joined: Wed Sep 12, 2007 1:05 am

Block the table if it contains a specific word ?

Post by hellkeeper »

hi, i am new to AdBlock plus. I learned too much from the forum posts.Thanks all. But now i am very confused about blocking something

i want to block the whole line if it contains "erkek".

Image

Code: Select all

<tr onmouseover="this.bgColor='#ffffff'" onmouseout="this.bgColor='#f7e8e8'" bgcolor="#f7e8e8">
          <td width="27%">
          &nbsp;<img src="http://images.kalbimde.com/main/ikon2.gif" border="0">&nbsp;<a href="profil.php?uye=10945928&sid=VFZSQk1FOVVTVFZOUkdnNFRWUkZlRTFxUVRCT2VrRjNUbTUzTkU5RVNURk5lbEUwVFdwRmVBPT0rVQ" onmouseover="showThumbnail('http://images.kalbimde.com/d428/m10945928/x/default.jpg',event)" onmouseout="closeThumbnail()"><b>yamadag<img src="http://images.kalbimde.com/main/foto.gif" border="0"></b></a></td>
          <td align="center" width="8%">
          <a href="profil.php?uye=10945928&sid=VFZSQk1FOVVTVFZOUkdnNFRWUkZlRTFxUVRCT2VrRjNUbTUzTkU5RVNURk5lbEUwVFdwRmVBPT0rVQ">
          <font color="#000080">ERKEK</font></a></td>
          <td align="center" width="6%">27</td>
          <td align="center" width="15%">İstanbul</td>

          <td align="center" width="14%"><a href="profil.php?uye=10945928&sid=VFZSQk1FOVVTVFZOUkdnNFRWUkZlRTFxUVRCT2VrRjNUbTUzTkU5RVNURk5lbEUwVFdwRmVBPT0rVQ">Profiline bak</a>
          </td>
          <td align="center" width="16%">
          <a href="javascript:windowOpener('cepgoster.php?uye=10945928&sid=VFZSQk1FOVVTVFZOUkdnNFRWUkZlRTFxUVRCT2VrRjNUbTUzTkU5RVNURk5lbEUwVFdwRmVBPT0rVQ',400,163,'cepgoster');">Cepten ara / SMS</a></td>
          <td align="center" width="31%"><a href="mesajgonder.php?uye=10945928&sid=VFZSQk1FOVVTVFZOUkdnNFRWUkZlRTFxUVRCT2VrRjNUbTUzTkU5RVNURk5lbEUwVFdwRmVBPT0rVQ">Mesaj gönder</a></td>
        </tr>


can anyone help ?
User avatar
chewey
Posts: 501
Joined: Wed Jun 14, 2006 10:34 pm
Location: somewhere in Europe

Re: Block the table if it contains a specific word ?

Post by chewey »

hellkeeper wrote:can anyone help ?
Yes and no. 8)

Unfortunately, hiding something based on an element's content doesn't work, sorry.
hellkeeper
Posts: 28
Joined: Wed Sep 12, 2007 1:05 am

Post by hellkeeper »

thanks :(
Locked