hell yeah, i'm in the midst of typing up a paper and need to take a break, so here goes.
fresh off the presses -
http://aimfire.mozdev.org/
been using it for 10 minutes and no crashes or complaints yet. woo.
http://maldivian.blogs.com/tech/
also, usercontent, userchrome hacks!
adblock alone isn't enough as it fails to filter out unwanted div/td tags, oft times leaving huge unsightly blemishes in content. you could use extensions like RIP or Greasemonkey to remove it permamently, but Firefox has a built-in mechanism for dealing with this that works wonders.
install Chromeedit from here - http://cdn.mozdev.org/chromedit/
then paste this sample config to usercontent.css from the added menu option in tools
this collpases all the unsightly div and td ads from both yahoo news and nytimes stories that adblock misses.
userchrome.css hacks -
more can be found here - http://www.extensionsmirror.nl/index.php?showtopic=96&pid=5952&mode=threaded#entry5952
fresh off the presses -
http://aimfire.mozdev.org/
it combines my three favorite things in life - firefox, AIM and audioscrobbler. as you can see, i do not have much of a lifeIntroducing AIMfire, an instant messaging program for the fantastic Mozilla Firefox. AIMfire is like your usual instant messaging programs but it is small in size, easy to use and in particular features something that other instant messaging clients don't have: the power of Audioscrobbler built-in. So try it out and give it a spin!
http://maldivian.blogs.com/tech/
using this extensively the past few days while cruising ebsco for sources. works great, though i wish i could individually deselect highlights.It is an extension for Mozilla Firefox that lets you highlight text on pages for easy reference while doing online research etc.
also, usercontent, userchrome hacks!
adblock alone isn't enough as it fails to filter out unwanted div/td tags, oft times leaving huge unsightly blemishes in content. you could use extensions like RIP or Greasemonkey to remove it permamently, but Firefox has a built-in mechanism for dealing with this that works wonders.
install Chromeedit from here - http://cdn.mozdev.org/chromedit/
then paste this sample config to usercontent.css from the added menu option in tools
Code:
*[class*="lrec"] {display:none !important;}
#advertiserLinks {display:none !important;}
*[href*="/ad."] {display:none !important;}
*[href*="/ads."] {display:none !important;}
*[href*="adx"] {display:none !important;}
*[id*="adx"] {display:none !important;}
*[src*="adx"] {display:none !important;}
*[class*="adx"] {display:none !important;}
*[href*="adv"] {display:none !important;}
*[id*="adv"] {display:none !important;}
*[src*="adv"] {display:none !important;}
*[class*="adv"] {display:none !important;}
userchrome.css hacks -
Code:
/* Remove the close button on the tab bar */
.tabs-closebutton-box {
display: none !important; }
/* Remove Livemark icon */
#livemark-button { display:none !important; }
/*Changes All Toolbar Heights*/
#main-window toolbar {
max-height: 30px; !important; }
/* Remove extra padding from the Navigation Bar */
.toolbarbutton-icon {
padding: 2px 0px 0px 0px; }
.bookmark-item > .toolbarbutton-icon { padding: 0px 0px 0px 0px !important; }
/* Make the Search box flex wider
(in this case 400 pixels wide) */
#search-container, #searchbar {
-moz-box-flex: 155 !important; }
/* Remove Icon Spacers in StatusBar */
statusbarpanel {
-moz-appearance: none !important;
border-left: 0px !important;
border-right: 0px !important; }