FireFox : (Tweaks,Plugins, Extensions & more ...) Mega Thread

Safin

Skilled
FireFox : (Tweaks,Plugins, Extensions & more ..) Mega Thread

For those who don't know what firefox is... :

Firefox is a new revolution in Browsers. A completely free Hassle free open source browser developed by mozilla group.
Don't take my word for it. See the features below:


Popup Blocking
Stop annoying popup ads in their tracks with Firefox's built in popup blocker.
Tabbed Browsing
View more than one web page in a single window with this time saving feature. Open links in the background so that they're ready for viewing when you're ready to read them.

Privacy and Security
Built with your security in mind, Firefox keeps your computer safe from malicious spyware by not loading harmful ActiveX controls. A comprehensive set of privacy tools keep your online activity your business.

Smarter Search
Google Search is built right into the toolbar, and there is a plethora of other search tools including Smart Keywords (type "dict <word>" in the Location bar), and the new Find bar (which finds text as you type without covering up anything).

Live Bookmarks
RSS integration lets you read the latest news headlines and read updates to your favorite sites that are syndicated.

Hassle-Free Downloading
Files you download are automatically saved to your Desktop so they're easy to find. Fewer prompts mean files download quicker.

Fits Like a Glove
Simple and intuitive, yet fully featured, Firefox has all the functions you're used to - Bookmarks, History, Full Screen, Text Zooming to make pages with small text easier to read, etc.

S, M, L or XL—It's Your Choice
Firefox is the most customizable browser on the planet. Customize your toolbars to add additional buttons, install new Extensions that add new features, add new Themes to browse with style, and use the adaptive search system to allow you to search an infinite number of engines. Firefox is as big or small as you want.

Setup's a Snap
At only 4.7MB (Windows), Firefox takes just a few minutes to download over a slow connection and seconds over a fast connection. The installer gets you set up quickly, and the new Easy Transition system imports all of your settings - Favorites, passwords and other data from Internet Explorer and other browsers - so you can start surfing right away.

A Developer's Best Friend
Firefox comes with a standard set of developer tools including a powerful JavaScript and CSS error/warning console, and an optional Document Inspector that gives detailed insight about your pages.

CLICK ON IMAGE BELOW AND BECOME PART OF THE REVOLUTION




INSTALLING PLUGINS


CLICK HERE

Here you will find plugins for Java, Flash, Quicktime, Windows Media Player, realPlayer, and lots more.

EXTENSIONS AND THEMES


CLICK HERE

Improve firefox's functionality like never before. The coolest of features and superb skins are there.
Although the extensions are many, We present a list of some of the coolest and the best of tthe extensions that you must have. Browse over to the extensions page via above link and download.

recommends.gif


1) ADBLOCK
The coolest of extension. Sets the browser apart from any other. A MUST HAVE. Once installed, it's a snap to filter elements at their source-address. Just right-click: Adblock: done. The image is blocked and you can setup wild cards to block image from that site foreever. Fully customizable. Scroll down for a adblock filter list i have provided below.

2) FlashGOT
Get your download managers to work with firefox. Click a link and whatever your download manager(over 15 supported click here to see the list) will take over the download.

3) Launchy
Extension of the above. Linky will increase your power to handle links. It will let you open or download all or selected links, image links and even web addresses found in the text in Differnt applications. Launchy will enable you to open links and mailto's with external applications. Both browsers, media players, FTP clients and download managers are supported. That's applications like IE, Opera, Mozilla, Outlook, BSPlayer, Windows Media Player. See supported applications list here

4) BBCODE
You need this if you are an active user on forums. An awesome tool. Adds a context menu for easy access to BBCODE/XHTML/HTML formating in Forums

bbcode-bbcode-contextmenu.png


5) ADD BOOKMARK HERE
Install this for sure. Absolute must to organize all your bookmarks of the sites you visit.
6) Paste And Go
Adds the functionality to paste the link in the address bar and follow the link without pressing enter or clicking on go. May not seem like much but believe me its very much needed once you install. (Like opera)
7) Foxytunes
You like to listen to music whil surfing the net. Then get this. It lets you control our media player from within firefox. Supports WinAmp, iTunes, foobar2000, Windows Media Player, Musicmatch, Quintessential, J. River, jetAudio, MediaMonkey, Media Player Classic, Sonique, wxMusik, Real Player, XMMS, Noatun, Juk, Amarok, Music Player Daemon, Rhythmbox and many other players.
Above are some of the best and must have extensions. There are some outstanding ones for IRC (Chatzilla), reading rss (sage) etc etc... But they are for specialized tasks. I have mentioned the best ones that are absolutely must to have.

Now that you have it Here are the ways to make it better. Some of the bestest tweaks from all over the net and some cool shortcuts are below:

# Make pages load faster

Type "about :config" in the adress field.

Set the value of network.http.pipelining boolean "true"
Set the value of network.http.pipelining.maxrequests integer 100
Set the value of network.http.proxy.pipelining boolean "true"
network.http.max-connections integer 60
network.http.max-connections-per-server integer 32
network.http.max-persistent-connections-per-proxy integer 16
network.http.max-persistent-connections-per-server integer 8

Now right click and select new string
Enter this string:
nglayout.initialpaint.delay 0

NOTE : The below settings are not tested by me. They have been, however, tested by many people with satisfactory results. I leave them up to you.

From tweakfactor.com some more specialized settings:

Fast Computer Fast Connection

user_pref("content.interrupt.parsing", true);
user_pref("content.max.tokenizing.time", 2250000);
user_pref("content.notify.interval", 750000);
user_pref("content.notify.ontimer", true);
user_pref("content.switch.threshold", 750000);
user_pref("nglayout.initialpaint.delay", 0);
user_pref("network.http.max-connections", 48);
user_pref("network.http.max-connections-per-server", 16);
user_pref("network.http.max-persistent-connections-per-proxy", 16);
user_pref("network.http.max-persistent-connections-per-server", 8);
user_pref("browser.cache.memory.capacity", 65536);
A couple settings of note - Firefox is allocated 4096 KB of memory by default and in this configuration we give it roughly 65MB as denoted by the last line. This can be changed according to what is used.

Fast Computer, Slower Connection

This configuration is more suited to people without ultra fast connections. We are not talking about dial up connections but slower DSL / Cable connections.

user_pref("content.max.tokenizing.time", 2250000);
user_pref("content.notify.interval", 750000);
user_pref("content.notify.ontimer", true);
user_pref("content.switch.threshold", 750000);
user_pref("network.http.max-connections", 48);
user_pref("network.http.max-connections-per-server", 16);
user_pref("network.http.max-persistent-connections-per-proxy", 16);
user_pref("network.http.max-persistent-connections-per-server", 8);
user_pref("nglayout.initialpaint.delay", 0);
user_pref("browser.cache.memory.capacity", 65536);
Fast Computer, Slow Connection
user_pref("browser.xul.error_pages.enabled", true);
user_pref("content.interrupt.parsing", true);
user_pref("content.max.tokenizing.time", 3000000);
user_pref("content.maxtextrun", 8191);
user_pref("content.notify.interval", 750000);
user_pref("content.notify.ontimer", true);
user_pref("content.switch.threshold", 750000);
user_pref("network.http.max-connections", 32);
user_pref("network.http.max-connections-per-server", 8);
user_pref("network.http.max-persistent-connections-per-proxy", 8);
user_pref("network.http.max-persistent-connections-per-server", 4);
user_pref("nglayout.initialpaint.delay", 0);
user_pref("browser.cache.memory.capacity", 65536);
Slow Computer, Fast Connection
user_pref("content.max.tokenizing.time", 3000000);
user_pref("content.notify.backoffcount", 5);
user_pref("content.notify.interval", 1000000);
user_pref("content.notify.ontimer", true);
user_pref("content.switch.threshold", 1000000);
user_pref("content.maxtextrun", 4095);
user_pref("nglayout.initialpaint.delay", 1000);
user_pref("network.http.max-connections", 48);
user_pref("network.http.max-connections-per-server", 16);
user_pref("network.http.max-persistent-connections-per-proxy", 16);
user_pref("network.http.max-persistent-connections-per-server", 8);
user_pref("dom.disable_window_status_change", true);
One of the changes made for this particular configuration is the final line where the status bar is disabled for changing web pages to save processor time.

Slow Computer, Slow Connection

We have entered the doldrums of the dial-up user

user_pref("content.max.tokenizing.time", 2250000);
user_pref("content.notify.interval", 750000);
user_pref("content.notify.ontimer", true);
user_pref("content.switch.threshold", 750000);
user_pref("nglayout.initialpaint.delay", 750);
user_pref("network.http.max-connections", 32);
user_pref("network.http.max-connections-per-server", 8);
user_pref("network.http.max-persistent-connections-per-proxy", 8);
user_pref("network.http.max-persistent-connections-per-server", 4);
user_pref("dom.disable_window_status_change", true);



# Make The browser load faster

The fav complaint about this browser is the startup time it takes to load. NO MORE.
In the properties of the application's shortcut, add the command line /Prefetch:1
it should read something like this:
"C:program FilesMozilla Firefoxfirefox.exe" /Prefetch:1
See screencap below:
properties2yz.jpg

# ADBLOCK Filter for adblock extension
Code:
 [Adblock]
/((ad|double|fast|value)click|click(xchange|sor))/
/(adsdk|a1\.yimg|akamai|amznxslt|atdmt|atwola|bilbo\.counted|bizrate|bonnint|brides\.|buy_assets|edge\.ru|googlesyndication|hitbox|falkag|linkexchange|ma xserving|payclickbanners|promote\.pair|realmedia|santa\.imho|servedby|spinbox|tribalfusion|qksrv|zedo)/
/(ad|banner|ima?ge?|sponsor)[\._-\/]*.*(id|ima?ge?|[0-9]*x[0-9]*|ad)/
/(ima?ge?|ad)serv/
/(page|side|text)_?ads?/
/-ad\d*.*\.(gif|jpe?g)/
/[\W\d_\?\&](banner(s|ad)?|ad)(id=|\d|_)[\W\d\&]?/
/\/(ad|commercial|marketing|promo(tion)?|shop|sponsor)s?\//
/ad(s|\d)?(\.[\w\d]*){2,3}/
rcm*.amazon
us.yimg.com/a/



Some keyboard shortcuts:

To use the keyboard shortcuts hold down CTRL and press one of the following:
R Refresh current page
F Find in page
G Find Again (used in conjunction with Ctrl F)
J Page Info (same as properties in IE)
- Decrease font size
+ Increase font size
S Save current page to disk
P Print current page
A Select All
T Opens a new tab and takes the focus to the new tab
O Open Local File. This is one of the biggest changes from IE where both Ctrl-O and Ctrl-L opened a dialogue box for a URL.
L Changes focus to the Address bar
Tab Scrolls through the tabs from current window towards the right. Loops back to the first tab when rightmost tab is reached
1..0 The numbers 1 to 0 takes the focus to Tab 1 to 10
N Opens a new window like IE
W a tab or if there are no tabs, close the window
B Open bookmark sidepanel
D Bookmark current page
H Brings up the history dialogue box on the right. Useful if you closed a page accidentally and forgot the URL. Or to make sure your kids are not looking at pr0n
U Show page source
Y Open downloads window
K Focus goes to search bar



Thats that for a start. I hope you guys like this. My aim is to post the best information from allover the net on firefox here. So that its all in one place to help our members. Please contribute to this list. Post all new tweaks or extensions here.
This thread will be a sticky.
 
Carrying on: :p
For those who really wanna get down and dirty with the designing part of firefox and make some cool looking gui enhancements, there is no better place to start then this :
http://www.hicksdesign.co.uk/journal/545/
its an extensive guide on tweaking the firefox settings using css. A must for the design and tweak fans

For firefox themes(skins) here is another place to go and check out some awesome collection.(apart from the orginal theme site of mozilla posted above)
Deviantart is as good as it gets

http://browse.deviantart.com/skins/web/firefox/

Its upto you to decide here. Depends on what you like. However once you like something, download the jar file.

HOW TO INSTALL THEMES FROM DIVIANTART:

Once you have downloaded the full jar file on your desktop, open firefox. Go to tools->THEMES and a new theme window will pop up. Minimize all windows except the theme window and just drag the jar file downloaded and release it anywhere on top of the themes popup window. Firefox will automatically install the theme for you.
(In case of mozilla site firefox automatically detects the theme file and you don't have to follow this procedure.)

Now I list some of my fav extensions that you can have for firefox. The must haves i have already given at the top. These aren't must haves but you may still wanna have them based on your interests and use. I have mentioned the user level based on my experience along with name of extension/tool




# Edit CSS

A stylesheet modifier. Use this to make all those cool changes to firefox looks. Only if you are gonna edit css files download this. Not needed for general use.
CLICK HERE


# FIRE ftp

Crossplatform ftp client. No need to have a seperate client, FIREftp does the basic job as well as anything else.
Features include:

* Any operating system: Windows, Macintosh, and Linux

* Compact: only 55KB in size!

* Resuming: resume broken downloads

* Tabbed Transferring: use fireFTP in a Firefox tab

* Passive/Active Mode: support for both modes of transfers

* Proxy Support: proxies aren't a problem (SOCKS only)


CLICK HERE


# ScrapBook

Easily save the webpages you browse. Or just save the small snippets.
ey features are lightness, speed, accuracy and multi-language support. Major features are:

* Save Web page
* Save snippet of Web page
* Save linked Web page (Ver.0.13.x)
* Organize the collection in the same way as Bookmarks tree
* Full text search and quick filtering search of the collection
* Simple Editing of the collected Web page
* Text/HTML edit feature resembling Opera's Notes



CLICK HERE


# ChatZilla

A simple, straightforward Internet Relay Chat (IRC) client. Launch it from within firefox and forget about mirc. Feature rich, if you love IRC then this is a must have to go along with firefox.
new-chatshot.png


CLICK HERE


# Smiley xtra

Smiley Xtra 3 is a Firefox extension that allows you to insert smilies into your forum posts, blogs and other similiar things. Just select your smiley and click insert. Must for bloggers and forum enthusiasts.
CLICK HERE


# Clusty toolbar

An awesome grt new search engine. Clusty gives you the capability to group your search results based on the content. A superb tool for doing research and finding what you want on net. A must have.
CLICK HERE


# ConQuery

Allows to query web services by context menu of the browser. Queries may contain various parameters of curriently browsing web page: selected text, URL, host etc. Can be used just for searching and as well for working with advanced, complex web services.
ss_contmenu.gif


ss_aconfig.gif


CLICK HERE

# Google Preview

Inserts preview images (thumbnails) of web sites, Amazon products and stock charts into the Google and yahoo.com search results pages.
googlepreview-1.jpg


CLICK HERE


# Switch Proxy

SwitchProxy lets you manage and switch between multiple proxy configurations quickly and easily. You can also use it as an anonymizer to protect your computer from prying eyes.
CLICK HERE


RSS TOOLS(choose which you want from these two. Both are grt)

# INFO PROXY
RSS along with gmail inbox check
See screenshots her(too big to post)
http://inforss.mozdev.org/screenshots.html

MORE INFO HERE
# SAGE
A GRT rss viewer.
screenshot_main.jpg


MORE INFO HERE

# ALLINONEGESTURES

This extension allows you to execute common commands using mouse gestures, rocker navigation, scroll wheel navigation and page scrolling.

CLICK HERE


# AUTOFORM

A tool for automatic form filling
Features

* Virtual users
* Configurable automatic form data loading and saving
* Reset/Delete forms
* Field context can be defined
* Show and edit stored values
* TripleDES password encryption (uses master password)
* Customizable look and feel
* English, German and French (by Xavier Durieux et Mori) localisation
* Help file included
CLICK HERE


# CopyPlainText

COPY text without copieng the formatting. Useful when you want the text in word without default formatiing to be copied
CLICK HERE


#QUICKNOTE

QuickNote is a note taking-like extension slightly modeled after 'Post-It', 'Sticky', and the "Quick Notepad" plugin for jedit.
Current features include:

* Firefox 0.9/1.0PR Support
* Localizations [ English | Spanish | Slovenian | Russian ]
* International Language (characters) support (UTF-8, etc.).
* Autosave (new options)
* Up to 4 tabs for notes
* Firebird & Thunderbird Toolbar Icons
* Open in: Floating window, tab and Sidebar.
* Multiple Icons
* Send to QN (via the ContextMenu)
* Record URL on Send Selected text to QN.
* Save As
* User Defined Notes
* Customization of notes (via preferences or CSS)
* Edit Tab Names
qn_sidebar.png


CM_firebird.png


CLICK HERE


## MUST HAVE ##
#Bookmarks Backup


Bookmark Backup is a simple extension that helps to keep your bookmarks (and optionally other Firefox settings) safe. Each time Firefox is closed, a copy of your bookmarks file will be made to a backup location. If Firefox's bookmarks become corrupted or lost, find the most recent uncorrupted backup and copy it into your profile folder.

CLICK HERE


Thats it i guess.
I do not say there aren't any others. These are what i use and found good. lemme also say that the above are not really needed. Install only those which you like. If you are never gonna use them , better not install them cos they may make browser slower to load.

Again for all the above extensions, I have mentioned the developer site. It is not the mozilla site. So if you choose to install from there, you may find that you get a message at top of firefox asking that it blocked the installation. In that case click there and allow that site, or otherwise just install from here
https://addons.update.mozilla.org/extensions

ENJOY!!!
 
this is the best thread of ths application i think. it really helps the firefox user go mad on this pugin. I will make this thread sticky. Coz it sure does help ppl who come to visit the forum !

Good Job Dude ! Ur awarded plus reputation added for u ! Have Phun :)
 
K... Here's Somthin U'll Love....!!!

K...Now Heres' Somthin NEW...
The Annodex technology extends the World Wide Web's hyperlinking, searching, and compositing infrastructure to time-continuous data, enabling e.g. video surfing, searching for clips of audio and video files using ordinary Web search engines, or on-the-fly composition of a video on a Web server from previously annodexed clips.
http://www.annodex.net/

Directly Avialable From The Above Site...
 
Review: Ten Extensions that Enhances Firefox



An extension is simply an add-on that extends Firefox's functionality. You can get lots of different extensions on the Firefox extensions site. Since there are nearly two hundred different extensions currently available, it can take some time to sift through them all on the Firefox site. Extensions are broken down into the following categories for convenient browsing:

  • Appearance
  • Blogging
  • Bookmarks
  • Chat
  • Configuration
  • Contacts
  • Developer Tools
  • Download Tools
  • Games
  • Humor
  • Kiosk Browsing
  • Miscellaneous
  • Mouse Gestures
  • Navigation
  • News
  • Page Display
  • Privacy
  • Search Tools
  • Security
  • Tabbed Browsing

Seems good


 
nice work supernova

my must have extention:
Tab Mix is an extension for the Mozilla Firefox browser which enhances its tab browsing capabilites.
basically its like Tab Browser Extention but takes lot less ram => firefox is very responsive :)
new ver: 0.2
link: http://tab-mix.info.tm/
 
Anyone has tried MOOX builds have been using them for some time now. Also can anyone inform me where the Profile for FF is stored in Win 98 ?
 
while i am not using 98, i would say look here

C:\WINDOWS\Application Data\Mozilla\Firefox\Profiles\
MOOX builds, i have used a lot. But it didn't really give any tangible speed difference to me. I prefer to use the speed hack on normal ff

Btw there is another build(supposedly not too good on older athlons but i never had any probs)

[rank=pryan.org/phoenix/stipe/blog/]Check it here[/rank]

I would prefer above to the moox builds.. but having said that there are atleast 50% guys who would think otherwise :p
 
Firefox Flaws....

Hey All..

Modz plz do the necessary for this post.....

I dont know if this is already there somewhere...

This is wat I read juz now.......

Latest Firefox reintroduces 7-year-old security flaw

The new vulnerability is a variation of a flaw fixed last year



News Story by Matthew Broersma

clear.gif


JUNE 07, 2005 (TECHWORLD.COM) - New versions of the Mozilla Foundation's browsers have reintroduced a 7-year-old flaw that makes them vulnerable to spoofing attacks, security advisory company Secunia said yesterday. Secunia first publicized the flaw last summer, warning that a feature built into most browsers for years was a security liability. The firm argued that a feature allowing one Web page to load arbitrary content into a frame of another page could allow an attacker to, for example, substitute his own log-in window on a bank's Web site. The feature was found in Internet Explorer, Mozilla, Opera, Safari and Mozilla derivatives such as Konqueror.

"We believe that it is important that Microsoft and the other vendors seriously consider the minor gains from such 'functionality' against the possible consequences for their customers," said Secunia Chief Technology Officer Thomas Kristensen last summer at the time of the flaw. "In our opinion, this is a vulnerability and should be treated as such, whether the vendors implemented this intentionally or not."

Most browser vendors, including Mozilla, agreed and updated their products to remove the feature. But it has been reintroduced in Firefox 1.0.4, Mozilla 1.7.8 and Camino 0.x, according to the firm. Secunia has published an online demonstration of the flaw.

The new vulnerability is a slight variation of the flaw fixed last year, Secunia said.

The Mozilla Project said it is investigating the report, and a moderator of the organization's online support site said the flaw had not been exploited. "To protect yourself, close all other windows/tabs before accessing a site where you routinely put in a secure password (your bank or PayPal account), or your bank or credit card details (e.g., Amazon), or other sensitive data," the moderator said.

Link : http://www.computerworld.com/securitytopics/security/story/0,10801,102313,00.html



Now I have to seriously re consider my idea of online banking with Firefox....

Wat do u guyz think ? :huh:

Cheerz



uknowme007 posted 11.28 minutes later:

Hey Supernova....

Ur kewl idea : :hap2: The fav complaint about this browser is the startup time it takes to load. NO MORE.

In the properties of the application's shortcut, add the command line /Prefetch:1

it should read something like this:

"C:program FilesMozilla Firefoxfirefox.exe" /Prefetch:1

somehow isnt workin for me.......:S

Here is the ScrnShot :

Wat cud be wrong....I tried doing after closin FF....Still no effect..Plz help....

Cheerz:hap2:
 

Attachments

  • firefox.jpg
    firefox.jpg
    62.3 KB · Views: 231
Back
Top