Quantcast

4 Essential Tweaks to Get Started with Firefox 4

By Matthew Braga

Once the definitive answer to Internet Explorer’s dominance, Firefox has taken somewhat of a hit in recent years. However, it's clear Mozilla is looking to reverse that trend, and version 4 is proof.

Firefox 4 has been a long time coming. Once the definitive answer to Internet Explorer’s dominance, Mozilla’s popular browser has taken somewhat of a hit in recent years, with the likes of Google Chrome and Safari continuing to steal once-faithful users at increasing speed. However, it's clear Mozilla is looking to reverse that trend, and Firefox 4 is proof.
 

 

Make Multi-touch Work

No doubt due to the increasing proliferation of multi-touch screens and devices, Mozilla decided on their development roadmap last year to join the fray. That means two and three-fingered swipes are now baked into the browser on both Mac and PC. But although three-fingered swipes jump to the top or bottom of the page, pinch-to-zoom is entirely absent. A quick trip to the about:config will fix that, however, and give you Safari and Chrome-style zooming from your multi-touch trackpad (albeit not quite as smooth). Simply change the following values:  
browser.gesture.pinch.in cmd_fullZoomReduce
browser.gesture.pinch.in.shift cmd_fullZoomReset
browser.gesture.pinch.out cmd_fullZoomEnlarge 
browser.gesture.pinch.out.shift cmd_fullZoomReset     
You can also use this method to change the browser's three-finger gestures as you see fit — which in earlier betas actually launched the Panorama tab browser instead.  

User Interface Tweaks


 
For example, right clicking on the toolbar allows tabs to be switched to their former home, beneath the address bar. And as Lifehacker's Whitson Gordon points out, you can even abolish the Firefox button completely, moving your tabs to the top of the window to save space.

The only caveat: tabs tweaks can't be made under OS X. Unlike the Windows build, there's no magic Firefox button in the window's corner, This will no doubt be addressed with an extension soon enough, but for fans of the traditional look, it's a bit of a drag.  

Fix Your Fonts

Many users — our own Will Smith included — found that Firefox doesn't do the best of jobs rendering fonts, thanks to Microsoft's DirectWrite API. For some, what should otherwise look crisp and clear is now being rendered muddled and blurry. But thanks to an extension called Anti-Aliasing Tuner, there's a simple fix. The extension has the ability to enable a DirectWrite feature called ClearType text rendering, which should smooth out your most serious font-face woes. 

Unleashing WebGL 

Left: rendered with native OpenGL drivers. Right: rendered with ANGLE.
ANGLE to convert WebGL calls into DirectX, which is better supported on most PCs. 
  
But while this is smart from a compatibility standpoint, it doesn't necessarily give the best performance on high-performance machines. For example, on a 2008 MacBook Pro with an NVIDIA 9600GT, Google's popular Aquarium test averaged 16FPS using ANGLE, versus nearly 40FPS using NVIDIA's native OpenGL renderer. That's a big discrepancy — but it can be fixed. If you change the following values in your about:config, you can force Firefox 4 to render all WebGL content using your native OpenGL drivers: 

webgl.force-enabled true 
webgl.prefer-native-gl true 

What do you think of Firefox 4 so far? Know any other tips or tricks we should cover? Let us know below!