demonstrated
the following extensions
On Jan 15, 2007 "Launchy" "Platypus" which creates GreaseMonkey scripts "GreaseMonkey" required by "Platypus" "Adblock" "Add to Search Engines", setting up search engine, for 50 hits at Mozilla.org/addons limiting to extensions, windows "keyconfig" "Document Map" "Menu Editor" to remove items from context (and other) menus, and to rearrange items in menus. "AutoHide", "MouseZoom", "ImageZoom" Adblocking and siteblocking hosts file, floppymouse.com, Platypus, AdBlock |
Tabsbar in Firefox 2.0 with a
few more tabs [pictured with
descriptive titles]
Tabsbar reduced in height with
userChrome.css changes (those above/below are earlier)
Tabsbar in Firefox 2.0 with
lots of tabs compressed
with userChrome.css
modifications
Note Red bar below the active tab (10th tab) and Blue under
the others. [Screen View].
(user.js changes, also see
additional changes for userChrome.css)
userChrome code changes for Bookmarks
Bar with folders
in blue, and
filenames
in red; and Tabs
Bar underlining as
inactive tab,
active tab,
and
unread tabs,
and
a smaller font size on all toolbars.
REM hostsx.bat, place a period after filename for ability to create new file
notepad C:\WINNT\system32\drivers\etc\host.
/* Scrollbar Context Menu, http://userstyles.org/style/show/54 */
#contentAreaContextMenu,
#contentAreaContextMenu menupopup {
max-height: 600px; /* or any height you specify */ }
#contentAreaContextMenu autorepeatbutton {display: none;}
#contentAreaContextMenu scrollbox {overflow-y: auto;}
/* Scrollbar Bookmarks Menu, http://userstyles.org/style/show/56 */
#bookmarks-menu menupopup, #personal-bookmarks menupopup {
max-height: 600px; /* or any height you specify */}
#bookmarks-menu autorepeatbutton,
#personal-bookmarks autorepeatbutton {display: none;}
#bookmarks-menu scrollbox,
#personal-bookmarks scrollbox {overflow-y: auto;}
/* Scrollbar Menu, http://userstyles.org/style/show/52 */
menupopup { max-height: 600px; /* or any height you want */}
menupopup autorepeatbutton { display: none;}
menupopup scrollbox { overflow-y: auto;
This is what I do to remove temporary files, but it is intended for use/modification by very experienced users as simple mistakes could delete everything on your hard drive. CLEARTEMP.BAT
del C:\"Documents and Settings\Administrator\Local Settings\Temp"\*.* /s /q /f
del c:\"Documents and Settings\Administrator\Local Settings\Temporary Internet Files"\*.* /s /q /f
del c:\temporary\firefox_cache\*.* /s /q /f
del c:\*.tmp /s /q /f
echo "cleartemp is finished !"
http://www.mvps.org/dmcritchie/firefox/outline.htm
http://www.mvps.org/dmcritchie/firefox/bookmarks.htm
http://www.mvps.org/dmcritchie/firefox/kws.htm
http://www.mvps.org/dmcritchie/firefox/firefox.htm#enhancedbookmarksearch
http://www.mvps.org/dmcritchie/firefox/firefox.htm#keyconfig
http://www.mvps.org/dmcritchie/firefox/firefox.htm#splitbrowser
http://kb.mozillazine.org/About:config_entries
http://www.mvps.org/dmcritchie/firefox/quicklaunch.htm#profile
http://www.mvps.org/dmcritchie/firefox/tabs.htm#userchrome
http://userstyles.org/style/show/1562
http://userstyles.org/style/show/54
http://userstyles.org/style/show/56
http://userstyles.org/style/show/52
http://www.mvps.org/dmcritchie/firefox/code/userchrome.txt
To
Populate Tabs from the above list:
Select
above links, then on context menu via "Linky"
extension "Open Links in Tabs"
ss: Site Search - search within site javascript:void(location.href='http://www.google.co.uk/search?&q=site:'+location.href.split(%22/%22)[2]+'+%s&sourceid=firefox') similar: find similar sites javascript:void(location.href='http://www.similicio.us/search.php?url='+location.href.split(%22/%22)[2]+'+%s&sourceid=firefox')
y:
Main
Firefox pages (on-site):
[Customizations,
Extensions],
[Tabs],
[Bookmarks],
Please send your comments concerning this web page to: David McRitchie send email comments
Copyright © 2004 - 2007, F. David McRitchie, All Rights Reserved