using sidki's latest and greatest with firefox 5
example is from forum at hondasuv.com
would like to eliminate a large white space between smily and sigline when reading the forum .. see the space from end of message, smily and sigline, takes up a lot of real estate on a small notebook screen
<br>
<br>
<br>
<img src="images/smilies/icon_biggrin.gif" alt="" title="Very Happy" class="inlineimg" border="0">
</div>
<!-- / message -->
<div style="clear: both;"></div>
<!-- sig -->
at first glance, it does not appear to be the "<div style="clear: both;"></div>" bit...
here is the "offense", pun intended
Code:
<div style="float:right; width:300px; height:250px; margin-left:10px">
<script type="text/javascript"><!--
google_ad_client = "pub-2001428363852173";
google_ad_host = "pub-2606800903002383";
google_ad_width = 300;
google_ad_height = 250;
google_ad_format = "300x250_as";
google_ad_type = "text_image";
google_ad_channel = "";
google_color_border = "F5F5FF";
google_color_bg = "E1E4F2";
google_color_link = "22229C";
google_color_text = "000000";
google_color_url = "22229C";
google_ui_features = "rc:6";
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
figures that "Big Brother" is behind your "offending" html - ie, Google...
blocking that is a piece of cake, esp. after you track down what was really causing the white space
not a "full" filter, but you can get the drift -
Code:
Bounds = "$NEST(<div,</div>)"
Limit = 1024
Match = "<div style="float:right; width:300px; height:250px; margin-left:10px"\2"
should be enough to get you rolling...
don't be afraid to request a "full" filter if it doesn't

ps - speaking of forum signatures, i make it a "habit" to TOGGLE SIGNATURES on forums that i read frequently...
"signatures" themselves are a d@mn waste of web-browser view-window "real estate"...
i mean, face it, if you read that Honda site "daily", just imagine how much FASTER the page would load if you didn't have to load all of those d@mn signature miles-per-gallon spam-craps in the sig-line of a LOT of the posters over there, lol...
i have several Mopar and Studebaker forums that i read daily...
i "know" the people, i don't need real estate being wasted by sig-lines telling me what car they own, do i?
just "ranting"
