Page 1 of 1

Block the table if it contains a specific word ?

Posted: Wed Sep 12, 2007 1:10 am
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 ?

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

Posted: Wed Sep 12, 2007 1:28 am
by chewey
hellkeeper wrote:can anyone help ?
Yes and no. 8)

Unfortunately, hiding something based on an element's content doesn't work, sorry.

Posted: Wed Sep 12, 2007 1:56 am
by hellkeeper
thanks :(