define (plugin to define words)
error installing toolbar:[Exception... "Node was not found" code: "8" nsresult: "0x80530008 (NS_ERROR_DOM_NOT_FOUND_ERR)" location: "chrome://global/content/bindings/toolbar.xml Line: 301"]
I try to keep my firefox configuration as simple as possible.
Change the home page
There are a few items that are great additions though:
Add-ons (plugins):
CopyAllUrls Firebug Down them all! ColorZilla Forecastfox Weather (no link to 5 day, no link to hourly, no separators, move to left of firebug)
Javascript Debugger: https://addons.mozilla.org/en-US/firefox/addon/216/
#If installing flash (a machine with adequate power), #this addon is also a good one: Video DownloadHelper
Flash
Trying: AdBlock Plus FireFTP AniWeather (if not, try weather bug) Feedly
Venkman (javascript debugger) Rainbow (color picker)
essentially customize toolbar to liking manually (drag and drop items) then edit a new file as follows:
~/.mozilla/firefox/xxxxxxxx.default/chrome/userChrome.css
/* remove new tab button next to last tab */ .tabs-newtab-button {display: none !important}
/* remove magnifying glass from search box */ .search-go-button { display: none !important}
/* combine stop and reload buttons */ #stop-button[disabled] { display: none } #stop-button:not([disabled]) + #reload-button { display: none }
/* don't show back or forward buttons if there's nothing to go back or forward to */ #back-button[disabled="true"] { display: none } #forward-button[disabled="true"] { display: none }
see also | http://superuser.com/questions/44031/recommended-firefox-theme-for-a-netbook
add a link to a local copy of python documentation
https://addons.mozilla.org/en-US/firefox/ Add-ons for Firefox https://addons.mozilla.org/en-US/firefox/collections/popular?show=7&page=2 Collections :: Add-ons for Firefox https://addons.mozilla.org/en-US/firefox/addon/934/ CopyAllURLs :: Add-ons for Firefox https://addons.mozilla.org/en-US/firefox/addon/1843/?collection_uuid=da0ecd99-2289-7ab0-7d57-e7c489c845c3 Firebug :: Add-ons for Firefox https://addons.mozilla.org/en-US/firefox/addon/201/?collection_uuid=772c5082-2a86-cb22-38b9-259fb9edaf04 DownThemAll! :: Add-ons for Firefox https://addons.mozilla.org/en-US/firefox/addon/271/?collection_uuid=da0ecd99-2289-7ab0-7d57-e7c489c845c3 ColorZilla :: Add-ons for Firefox https://addons.mozilla.org/en-US/firefox/addon/1865/?collection_uuid=772c5082-2a86-cb22-38b9-259fb9edaf04 Adblock Plus :: Add-ons for Firefox https://addons.mozilla.org/en-US/firefox/addon/684/?collection_uuid=da0ecd99-2289-7ab0-7d57-e7c489c845c3 FireFTP :: Add-ons for Firefox https://addons.mozilla.org/en-US/firefox/addon/8538/ Feedly :: Add-ons for Firefox https://addons.mozilla.org/en-US/firefox/addon/398/ Forecastfox :: Add-ons for Firefox
https://addons.mozilla.org/en-US/firefox/addon/12331/?collection_uuid=c867f4e3-1031-72c6-d68a-6d8593691b6b AniWeather :: Add-ons for Firefox
venkman javascript debugger added to firefox
-download latest firefox (mozilla.org) | http://www.mozilla.com/en-US/
See firefox.txt for configuration notes
could optionally install flash cd $DLPATH/ubuntu/install_flash_player_9_linux/ ./flashplayer-installer