Monday, May 2, 2016

How to remove "Ubuntu-Firefox customizations" from firefox browser in Ubuntu

How to remove
"Ubuntu-Firefox Customization"
from Firefox browser in Ubuntu Linux

Firefox is the default web browser in Ubuntu Linux. But Ubuntu makers are not shipping vanilla flavored Firefox , instead they are shipping modified/customized version of Firefox in Ubuntu.
To make this customizations they are using an extension called Ubufox

If needed, we can disable these "Ubuntu changes" permanently OR temporarily (in case you wanted them back) since these settings are implemented using the Firefox Extension API (it's added as an Extension).

But before doing that lets have a look at what this Firefox extension does...

  • Set the Homepage to Ubuntu Start (which can be quite useful since it's like the online "Ubuntu-Pedia" where you can ask and find almost anything about Ubuntu
  • Restart notification after an Upgrade
  • Adds ask.com as the default search engine .
  • Search for plugins in Ubuntu software Catalogue.
  • Adds the official Ubuntu release note to the Help menu...

Okay.. first we are going to see how to disable it temporarily ..
Anyhow, as said, if you want to temporarily disable it, then launch your Firefox web browser and from the menu bar click on: "Tools" -> "Add-ons"
And then from the window that you get, to your left go to: "Extensions" and then from your right side select:
"Ubuntu Firefox Modifications" and click on the "disable" button.

But if you want to completely remove it, then open your Terminal window and enter the below command.

sudo apt-get purge xul-ext-ubufox

If you wanted to get it back later, then use the below command to manually install it.

sudo apt-get install xul-ext-ubufox

Blog Archive