We are still actively working on the spam issue.

Difference between revisions of "Firefox"

From InstallGentoo Wiki
Jump to: navigation, search
(I felt that this article was a bit lacking, so I rewrote certain parts of it. The Add-Ons section needs an overhaul.)
(Notable Add-Ons)
Line 51: Line 51:
 
* [https://www.eff.org/https-everywhere HTTPS Everywhere] - Switches to HTTPS versions of web pages.
 
* [https://www.eff.org/https-everywhere HTTPS Everywhere] - Switches to HTTPS versions of web pages.
 
* [https://code.google.com/p/https-finder/downloads/list HTTPS Finder] - Detects available https and creates HTTPS Everywhere rules.
 
* [https://code.google.com/p/https-finder/downloads/list HTTPS Finder] - Detects available https and creates HTTPS Everywhere rules.
 +
* [https://livehttpheaders.mozdev.org/ LiveHTTPHeaders] - View HTTP headers, includes generator and filter filter,
 
* [https://addons.mozilla.org/en-US/firefox/addon/noscript/ NoScript] - Whitelists execution of JavaScript, Plugins and other stuff.
 
* [https://addons.mozilla.org/en-US/firefox/addon/noscript/ NoScript] - Whitelists execution of JavaScript, Plugins and other stuff.
 
* [https://addons.mozilla.org/en-US/firefox/addon/refcontrol/ RefControl] - Control what gets sent as the HTTP Referer on a per-site basis.
 
* [https://addons.mozilla.org/en-US/firefox/addon/refcontrol/ RefControl] - Control what gets sent as the HTTP Referer on a per-site basis.
Line 58: Line 59:
 
* [https://addons.mozilla.org/en-US/firefox/addon/stylish/ Stylish] - Create and use custom CSS styles for any website you want.
 
* [https://addons.mozilla.org/en-US/firefox/addon/stylish/ Stylish] - Create and use custom CSS styles for any website you want.
 
* [https://addons.mozilla.org/en-US/firefox/addon/tree-style-tab/ Tree Style Tabs] - Show tabs like a tree.
 
* [https://addons.mozilla.org/en-US/firefox/addon/tree-style-tab/ Tree Style Tabs] - Show tabs like a tree.
 +
* [http://chrispederick.com/work/user-agent-switcher/ User Agent Switcher] - Spoofs your user-agent string to any value of your choice.
 
* [https://addons.mozilla.org/en-US/firefox/addon/vimfx/ VimFx] - [[Vim]] bindings without changes in the UI.
 
* [https://addons.mozilla.org/en-US/firefox/addon/vimfx/ VimFx] - [[Vim]] bindings without changes in the UI.
 
* [https://addons.mozilla.org/en-us/firefox/addon/youtube-center/ YouTube Center] - Enhances YouTube.
 
* [https://addons.mozilla.org/en-us/firefox/addon/youtube-center/ YouTube Center] - Enhances YouTube.
* [https://addons.mozilla.org/en-US/firefox/addon/enhanced-steam/ Enhanced Steam] - Enhances the Steam Experience.
 
  
 
== External Links ==
 
== External Links ==

Revision as of 16:53, 31 December 2014

A true furry hero.

Firefox is a free and open source web browser developed and maintained by the Mozilla Foundation. It is known for its high degree of customisability through add-ons and its adherence to Web standards.

Official Branches

Unfortunately, the v3.6.x series of Firefox is now unsupported. It will no longer receive security or stability updates.

Mozilla offers six officially compiled branches or channels of Firefox. These are ESR, Stable, Beta, Aurora, Nightly, and UX.

  • The Extended support release or ESR branch of Firefox is geared towards large organisations who require long-term support for mass deployments, but it is can also be a good option for the technologically illiterate. It remains static for approximately one year after a major release, receiving new code only in the form of security and stability patches.
  • The Stable branch of Firefox is geared towards the the average home or office Web user. It receives a major update every six weeks if all goes according to plan, but security and stability patches are issued as needed in the meantime.
  • The Beta branch of Firefox is geared towards home users who want to try new features a few weeks early while contributing to Firefox development. It is generally quite stable with most remaining bugs being specific to certain configurations or drivers. In the course of a typical six week beta run, there are between seven and thirteen builds released.
  • The Aurora or alpha branch is intended for testing and debugging purposes, but it is more suitable for general use than Nightly. Naturally, some instability and a few bugs are to be expected.
  • The Nightly or pre-alpha branch is intended for testing and debugging purposes. It represents the bleeding edge of Firefox development, so the likelihood of encountering instability, security vulnerabilities, and major bugs is high. As the name implies, Nightly typically receives patches on a day-to-day basis and new features as soon as they become ready. Oddly, it is the only official branch in which native 64-bit builds for Windows are offered.
  • The UX (Nightly) branch is a clone of the Nightly branch used to début and test user interface changes like the Australis project before they are added to Nightly. At the time of this writing, UX builds appear to be identical to standard Nightly builds.

Notable Forks

Due to the free and open source nature of its code base, Firefox has given rise to several forks.

  • GNU IceCat is a fork maintained by the GNU Project for those who happen to be of one mind with Richard Stallman. In addition to removing and replacing the copyrighted or trademarked parts of Firefox, the maintainer has added a couple of minor privacy and security features. Naturally, IceCat is not available for freedom-denying operating systems like Microsoft Windows.
  • IceWeasel is a fork maintained by the Debian Project. It to allow the project to back-port as it pleased without running afoul of Mozilla's trademarks.
  • Pale Moon is a fork of Firefox ESR dedicated to providing an optimised Firefox with the classic user interface layout of the v3.6.x series. Unlike Firefox, Pale Moon is offered in both 32-bit and 64-bit builds. For a complete list of the differences between Pale Moon and Firefox, see this page.
  • The Tor Browser Bundle is a package designed specifically for the purposes of visiting Onion sites and browsing the Internet through the Tor network.
  • Waterfox is a highly optimised build of Firefox for 64-bit systems running Windows. Unfortunately, it is rarely updated.

Notable Add-Ons

Tree Style Tabs

External Links