Showing posts with label Firefox. Show all posts
Showing posts with label Firefox. Show all posts

Tuesday, May 7, 2019

Firefox Addons fix on Ubuntu 18.04

So after Mozilla fucked up extensions aka add-ons for their Firefox web browser (if you haven't noticed, you may stop reading now), they now released an update to fix that bug. After updating your Firefox browser, your add-ons should be back and operational once again.

To get this bug fix, you want Firefox version 66.0.4.

Unfortunately, running the Ubuntu Software Updater did, in my case, not actually update my Firefox browser.

Running sudo apt update, followed by sudo apt install firefox only informed me that I already had "the most current version".
firefox --version confirmed that my "most current version" was in fact Firefox 66.0.3.

It seems that at the moment (May 7, 2019), the Ubuntu repository does not (yet) have the Firefox release featuring that bug fix.

But there's hope!

Install Firefox 66.0.4 from Mozilla PPA repository:

1) Add Mozilla signing key:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A6DCF7707EBC211F

2) Add Mozilla repository:
sudo apt-add-repository "deb http://ppa.launchpad.net/ubuntu-mozilla-security/ppa/ubuntu bionic main"
sudo apt update


3) Install Firefox (this will now obtain the latest Firefox version from the Mozilla repository you've just added):
sudo apt install firefox

4) For confirmation:
firefox --version returns
66.0.4

5) Launch Firefox to see all your beloved add-ons restored to their former glory.

The above instructions, namely details about Mozilla repository, taken from here.

Sunday, September 12, 2010

Firefox 3: Clearing address bar history

Unfortunately, just going to Tooss -> Clear Private Data and selecting Browsing History does not get rid of the address bar URL history. To at least stop the history of previously visited web sites coming up whenever you enter an URL in the address bar, you can set the parameter that controls the number of lines displayed in the drop – down list to 0 (zero):

Go to the list of configuration parameters by typing about:config in the address bar:


Find parameter browser.urlbar.maxRichResults. By default, this value is set to 12.


Double-click the parameter to change its value. Set the new value to 0.


Click Ok to confirm, and you're done.



Note that the change will only be effective after closing down Firefox and starting it up again.