What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Greasemonkey: Hide Row in a Table if Column 3 != 0?

Greasemonkey: Hide Row in a Table if Column 3 != 0?
Author: Message:
prashker
Veteran Member
*****


Posts: 5109
Reputation: 104
– / Male / –
Joined: Mar 2005
Status: Away
O.P. Greasemonkey: Hide Row in a Table if Column 3 != 0?
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]

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 :p,
-Sam

PS: It has to do with .innerHTML, but that's as far as I got :p
05-26-2009 10:16 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On