I got a table that is filled with this, repeated over and over and over and over.
With Greasemonkey, can someone make it so if the 3rd column of that row 
is NOT 0 it hides it?
![[Image: hidethis_12883.png]](http://sonicsam.net/files/dump/hidethis_12883.png) 
html code:
<tr> 
                          <td class="paymentbox" width="40%"><span style="margin-left: 3px;"><strong><a href=one.php>COLUMN1</a></strong></span></td>
                          <td class="paymentbox" width="43%"><span style="margin-left: 3px;"><strong>
                          COLUMN2</strong></span></td>
                          <td  style="border: 1px solid rgb(153, 153, 153); font-size: 13px; background-color: rgb(235, 235, 235);" width="17%"><span style="margin-left: 3px;"><strong>
>>>                          0</strong></span></td> <<<
                            </tr>
Thanks 

,
-Sam
PS: It has to do with .innerHTML, but that's as far as I got 
