Topic RSS | Reply to topic
Author Post

Nitro


Member

Posted Sat May 23rd, 2009 6:22am Post subject: Mozilla Firefox add-ons
For you Firefox fans, what's your favorite add-ons? NoScript? AdBlockPlus? AVG?

what add-ons have you tried that really blow your hair back?

I tried the TV-FOX add ons but I think that the makers of the add-on did not fully think out the functionality before releasing it. I base this, of course, only on my own experience. I was drawn in by the promise but found the process terribly kludgey at this point still. Ideally, it should force the user to AT MOST : download add-on, restart browser, joyfully use add-on ( as promised to work ).

Really? Wow.

Back to top

TheElephant


Member

Posted Sat May 23rd, 2009 10:46am Post subject: Mozilla Firefox add-ons
fast dial and session manager are a couple of favourites for me.

fast dial let's you put your favourite sites all on one 'page' as thumbnails. you can set it as the default for new tabs as well, which is quite useful.

session manager is one I used before firefox added its own crash recovery system. It adds the ability to recover closed tabs and windows though, which can be handy sometimes.

Back to top

Nitro


Member

Posted Tue May 26th, 2009 3:57pm Post subject: Mozilla Firefox add-ons
I'm using NoScript and ABP, which I like, but you have to manage them on certain sites or the sites just won't work ( like Hulu ).

Really? Wow.

Back to top

TobiasMonk


Moderator

Posted Thu May 28th, 2009 4:09am Post subject: Mozilla Firefox add-ons
MiniMap Sidebar.

I cannot be awake for nothing looks to me as it did before, Or else I am awake for the first time, and all before has been a mean sleep.
Walt Whitman

Back to top

FineWine


Member

Posted Fri Jul 24th, 2009 6:35am Post subject: Mozilla Firefox add-ons
ChromEdit Plus - A User Profile Editor
ColorfulTabs - Colours every tab in a different colour
Dictionary Switcher - Toggles dictionaries automatically or manually in the status bar
FireFTP - FTP client for FireFox
FoxClocks - Displays local times around the world in the status bar
Get Mail - Adds easy access to your default email program in the Tool Bar
Image Zoom - Adds zoom functionality for images via right click & scroll plus context menu
PDF Download - Allows you to choose what to do with a PDF file
Cooliris - Display site images in full screen 3D on enabled sites (Google Images etc), great for image searching just like CoverFlow
Print/Print Preview - Adds more functionality to the Print button on the Tool Bar
QuickPageZoom - Adds two icons to the status bar to quickly zoom in & out of page
Tab Mix Plus - Adds more functionality to your tabs
Flagfox - Displays a flag depicting the location of the current server
Dictionaries - USA, Australian, New Zealand, British, NZ Maori

Theme "Mostly Crystal" by CatThief - Though be warned she does not specifically code for Mac OS and as of FF3 her theme will not work fully (missing scroll bars) due to FF code changes between Mac OS & Win OS. With her permission, I have made it work by tinkering with her css code, enabling Apple style Aqua Scroll Bars.

Back to top

FineWine


Member

Posted Fri Jul 24th, 2009 6:43am Post subject: Mozilla Firefox add-ons
Along with all the great and not so great extensions and themes you can install to customise Firefox - you can also customise it even further via the userChrome.css. This where you can place those little tweaks to improve Firefoxs functionality just that little bit more. There are loads of these tweaks out there, just do a google search for Firefox userchrome.css

The userChrome.css file is where you place all of your customizations. It is located inside the "chrome" folder under your user profile. This file can be edited with any plain text editor like EditPad, Notepad, Kate, or Kwrite to name a few. Do NOT use Microsoft Word, OpenOffice.org Writer, or any similar document program. userChrome.css MUST be saved as plain text.

The simplist way to maintain your userChrome.css file is with the ChromEdit extension. It will automatically find the proper location to store this file, and you can maintain the file's contents from a toolbar button or by selecting "Edit User Files" from the Tools menu.

How to add your entries:

NOTE: In your Chrome directory you will find a file called userChrome-example.css. Use this file as your starting point. When finished editing, rename this file to: userChrome.css.

1. If your userChrome.css file is empty, you need to first add this or nothing you place into it will work.
Copy and paste this entire entry into userChrome.css:

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

2. Now you are ready to begin adding your userChrome options. A simple rule to follow is this:

* If the statement begins with @import, the entry is always placed ABOVE the @namespace entry.
* All other entries are placed BELOW the @namespace entry.

3. You need to restart the program before any changes made to userChrome.css will take effect.

Good Luck

Here are some of mine.

NOTE: If you wish to place an icon, as in my first tweak, that image must be in the same directory as your userChrome.css with the size no larger than 48 x 48 pixels.

/* Add this menuitem image for FoxClocks Extension. */
menuitem[label="FoxClocks"] {
list-style-image: url("foxclocks.png") !important;
}

/* Change throbber image. */
#navigator-throbber,
toolbar[iconsize="small"] #navigator-throbber,
toolbar[mode="text"] #navigator-throbber {
list-style-image: url("throbber-still-image.gif") !important;
}

#navigator-throbber[busy="true"],
toolbar[iconsize="small"] #navigator-throbber[busy="true"],
toolbar[mode="text"] #navigator-throbber[busy="true"] {
list-style-image: url("throbber-animated-image.gif") !important;
}

/* Turn Location Bar Green for HTTPS */
#urlbar[level="high"] .textbox-input-box
{ background-color: #33FF33 !important; }

/* Activate up & down movement on personal toolbar bookmark items. */
toolbaritem toolbarbutton.bookmark-item:hover:active,
toolbaritem toolbarbutton.bookmark-item[open="true"] {
padding: 3px 2px 1px 4px !important;
}

/* Change the appearance of toolbar bookmark hover text.
* (Use any color of your liking.) */
toolbarbutton.bookmark-item:hover .toolbarbutton-text {
background-image: none !important;
background-color: #FFFF66 !important;
color: #FF0000 !important;
}

/* Display images for disabled menuitems. */
menu[disabled="true"] > hbox > image,
menuitem[disabled="true"] > hbox > image {
visibility: visible !important;
}

/*Display dotted line around unread Tabs*/
#content tab:not([selected="true"]) {
border-style: dotted !important;
}

/* Change all tab icons to 100% opacity. */
.tab-icon-image {
-moz-opacity: 1.0 !important;
}

Back to top

TheElephant


Member

Posted Sat Jul 25th, 2009 12:31am Post subject: Mozilla Firefox add-ons
I used to love cooliris, but they've added far too many features for my liking. I only ever wanted it for expanding images from a google image search page.

I've switched to 'thumbnail expander' now. (I'm not entirely sure, but I think it may do odd things on youtube pages, though youtube links being viewable in the thread on another forum I visit may be the positive side of that coin).


Still loving fast dial, but as of firefox update today have had to disable it.
Hangs when you try and view the thumbnails page, and right-clicking in firefox (seemingly on any page) causes a rather annoying pause. Hopefully they'll get an update out for this soon.

Back to top

Nitro


Member

Posted Sat Jul 25th, 2009 7:38pm Post subject: Mozilla Firefox add-ons
WOW FineWine!!! That was a great list and thanks for taking the time to include your .css tweaks. Very nice! You deserve the Galactic Atta-Boy Award

Also Elephant, thanks for the memo caution on the add-on.

(applause)

Really? Wow.

Back to top

FineWine


Member

Posted Sun Jul 26th, 2009 4:51am Post subject: Mozilla Firefox add-ons
WOW FineWine!!! That was a great list and thanks for taking the time to include your .css tweaks. Very nice! You deserve the Galactic Atta-Boy Award

Also Elephant, thanks for the memo caution on the add-on.

(applause)

oh shucks - thanks - but no awards are necessary for something you enjoy doing.

Have always loved FF/Navigator even when I was a PC man. Could not abide IE. But after building my own machines for 20 odd yrs finally saw the light a couple of years ago and switched and after spending thousands of $$$ on PC/MS products, apart from my initial purchase cost have only spent a couple hundred for my Apple iMac and still doing the same things as I did on the PC but only faster and cheaper.

God no wonder Stephen Fry been an Apple nut, I mean advocate, for all these years.

Back to top

FineWine


Member

Posted Mon Jul 27th, 2009 6:12am Post subject: Mozilla Firefox add-ons
As most of you will know who use Firefox for Mac OS, a new version was just released. FF3.5. If you use the default theme you will notice that the Favicons are missing from the text entries on the Personal Bookmarks Toolbar. Here is a way to get them back.

You need to be familiar with the userChrome.css file in the profile folder.

Here is the code you need to add to this file to get the favicons back next to your text entries on the Bookmarks Toolbar.

/*Add Favicons to Bookmarks Toolbar. */
.bookmark-item > .toolbarbutton-icon {
display: -moz-box ! important;
background-position: 0px 1px !important;
padding-right: 3px ! important;
}

Back to top

Nitro


Member

Posted Mon Jul 27th, 2009 9:08am Post subject: Mozilla Firefox add-ons
FineWine you are a real doll and testament to the geekin' community - woo haa

I have an apple that still works and goes back to god only knows how long..even has the precious carrying case with the rainbow apple stiched in. It's tiny monitor, keyboard, modem, and cords all fit neatly inside I call it my precioussssss

Really? Wow.

Back to top

fryfan20


Member

Posted Mon Jul 27th, 2009 8:57pm Post subject: Mozilla Firefox add-ons
tbh, I adore my spell check couldn't do without it any more

I am what I am

Back to top

PamJH


Member

Posted Mon Jul 27th, 2009 10:22pm Post subject: Mozilla Firefox add-ons
Adblock!

Back to top

FineWine


Member

Posted Fri May 28th, 2010 4:35am Post subject: Mozilla Firefox add-ons

FineWine said:
As most of you will know who use Firefox for Mac OS, a new version was just released. FF3.5. If you use the default theme you will notice that the Favicons are missing from the text entries on the Personal Bookmarks Toolbar. Here is a way to get them back.

You need to be familiar with the userChrome.css file in the profile folder.

Here is the code you need to add to this file to get the favicons back next to your text entries on the Bookmarks Toolbar.

/*Add Favicons to Bookmarks Toolbar. */
.bookmark-item > .toolbarbutton-icon {
display: -moz-box ! important;
background-position: 0px 1px !important;
padding-right: 3px ! important;
}

Since I wrote that post I have dropped the MostlyCrystal theme as she does not support it for use on Mac OS Firefox and I am tired of modifying each windows update she releases so it will work on Mac OS FF. So I have reverted back to the Firefox default theme and have been playing around with the userChrome.css file to set the theme up a little bit to my liking.

The one mod I do like is related the above mentioned code but this centers the Favicon above the Bookmark text which makes for a neater bookmarks toolbar.

/* Center Bookmark ToolBar Favicons over text */
toolbarbutton.bookmark-item {
-moz-box-orient: vertical !important;
margin-top: 6px !important;
}
PersonalToolbar .toolbarbutton-icon {
margin: 0px 0px 12px px !important;
}
#PersonalToolbar .toolbarbutton-text {
margin: 0px 0px 0px 8px !important;
}
toolbarbutton.bookmark-item > dropmarker {
display: none !important;
}

Cheers


Back to top