Middle-click scrolling on Linux Firefox
After upgrading to Ubuntu 16.04 I noticed my usual middle-click behaviour on Firefox had changed - instead of enabling auto-scroll it was attempting to navigate to strange urls.
Normally Ubuntu will try to paste the contents of the clipboard when you click your middle mouse button. If you’re currently in Firefox and you do this it will try to open what you pasted as a URL.
To revert to middle-click scrolling:
-
Go the the advanced preferences page. To get there, type
about:config
in the Address Bar and hit enter. - In the preferences search bar type
middlemouse
- Change
middlemouse.contentLoadURL
tofalse
. - Change
middlemouse.paste
tofalse
.
- Change
- Type
autoScroll
into the preferences search bar.- Change
general.autoScroll
totrue
.
- Change
- Close the browser and restart.
Middle-click scrolling will now be enabled again.