As the subject concludes, there's an annoying box leftover at the top of forum pages on ZetaBoards (s1.zetaboards.com). I was wondering if an AdBlock filter can be devised to remove it. I haven't the slightest idea how to make one.
Here's the table HTML I fetched from Firebug:
Code: Select all
<table style="margin-top: 10px; margin-bottom: 10px; height: 90px;">
<tbody>
<tr>
<td style="text-align: center;">
<script type="text/javascript">
1
2 GA_googleAddAdSensePageAttr("google_ad_channel", "0854397634+2546508655+6581918200+8130327786+9306244497+7721702802");
3 GA_googleAddAdSensePageAttr("google_color_border", "FFFFFF");
4 GA_googleAddAdSensePageAttr("google_color_bg", "FFFFFF");
5 GA_googleAddAdSensePageAttr("google_color_link", "788390");
6 GA_googleAddAdSensePageAttr("google_color_url", "788390");
7 GA_googleAddAdSensePageAttr("google_color_text", "D6DADD");
8 GA_googleFillSlot("Main");
</script>
</td>
</tr>
</tbody>
</table>