tech e blog

Many Firefox users know/have used Greasemonkey, but check out these five tricks/extension you probably didn't know about.

Tab Effect Extension

This Firefox extension basically produces a nifty 3D effect everytime you click a tab. It uses Direct X 8 and can be downloaded here.

Uncluttering Firefox - Removing Context Menus

In the above tutorial, you'll learn how to "remove the buttons that say help, view, bookmarks, history, edit, and file quickly from firefox to unclutter and have more space." List of Firefox keyboard shorcuts can be found here.

ImageBot Extension

ImageBot is basically a "Firefox extension that allows you to upload multiple images at a time to ImageShack and Photobucket." Download here.

Speed Up Firefox

CNet shows us how to speed up firefox by changing a few config values, as well as some helpful shortcuts.

Run Multiple Firefox Profiles

If you've got "multiple account on websites and are fed up of logging in and logging out", this trick is just for you.
The two commands typed in the CMD window are:
set MOZ_NO_REMOTE=1
"c:\Program Files\Mozilla Firefox\firefox.exe" -ProfileManager

The batch file contents (3 lines):
@echo off
set MOZ_NO_REMOTE=1
"C:\Program Files\Mozilla Firefox\firefox.exe" -p "Second"

This entry was posted on 05/16/2007 02:30am and is filed under Feature, Internet, Top 5, Video .
You can leave a response.

There are no comments about this post.

You must be logged in to post a comment. Click here to login or create a user account now