“Unlocalizing” Your FireFox Search Engines

To better learn Japanese, I recently changed all my software packages, including FireFox, to Japanese ones. (It’s quite easy on Mac OS X thanks to the excellent international support)

One thing annoying me is that the bundled Google and Wikipedia search became Japanese versions. And FireFox won’t allow you to add english Google back via the Mozzilla add-on center as it is “built-in”.

ピクチャ 12.png

So here’s the fix

1. Download a English (US) version of FireFox, open the English FireFox.app package (Control-Click -> “Show Package Contents”), navigate to “Contents/MacOS/searchplugins“.

2. Open your localized version of FireFox.app, navigate to the same directory.

3. Copy any search engines you want from the English version to the localized version.

ピクチャ 13.png

4. Now because you have two search engines named “Google” now, open the localized version of your search engine file (google-jp.xml, for example), and rename it.

ピクチャ 14.png

5. Now for the final touch, change the location bar search back to Google.com. type “about:config” in the location bar, in the following screen change the value in “keyword.URL” from google.co.jp to google.com.

ピクチャ 15.png

Now everything’s back to normal, and as a bonus, you now have some local search engines you’ve never heard of before, lol.

ピクチャ 16.png

ピクチャ 17.png

Google Chrome Consumes More Memory ?

Just a simple test out of boredom.

All browsers were launched with a blank page and then navigated to Google home page. At this point, Chrome consumes the least memory of the three.

browser_memory

 

However, when opened up more tabs (Google, Yahoo and MSN), Chrome actually takes up more memory.

browser_memory_2

 

Google Chrome uses multi-processes instead of multi-threads for its tabs in order to prevent events such as a tab crashes whole browser (which is also the behavior of IE 8), which would be the most likely explanation for the test result.