


Notice: Due to time constraints and extensive firefox addon api changes this addon has sadly not yet been converted to support multi process functionality. Thanks for understanding.
---
Middle mouse button is rarely used for anything more than opening and closing tabs. With this add-on you can assign additional action like displaying tab history menu, tab list menu or toggle various sidebars.
Enhanced middle click actions are triggered by middle clicking on an empty space of a web page or a document. It tries to be smart enough to ignore active areas like links, input fields, textareas, buttons...
Available actions
* Tab History menu
* Display menu of currently visible tabs
* Bookmarks menu
* Bookmarks Toolbar menu
* Search Selection
* Toggle History sidebar
* Toggle Bookmarks sidebar
* Toggle Tab Groups (Panorama)
* Close current tab
* Restore recently closed tabs
* Toggle tab at position #
* Run custom script // see below for examples
Custom script examples
Set Toogle tab position
Focus urlBar
Go Back
more...
----
The Enhanced Middle Click won't work properly if you have "use autoscrolling" enabled in your preferences. You must first disable it in Preferences > Advanced > General > Use autoscrolling.
Add-on tries to disable general.autoScroll and middlemouse.contentLoadURL on install, but please check those settings if troubles with auto-scrolling and pasting url on middle click persist. Thank you
----
Please read Developer's Comments for more information.
---
Middle mouse button is rarely used for anything more than opening and closing tabs. With this add-on you can assign additional action like displaying tab history menu, tab list menu or toggle various sidebars.
Enhanced middle click actions are triggered by middle clicking on an empty space of a web page or a document. It tries to be smart enough to ignore active areas like links, input fields, textareas, buttons...
Available actions
* Tab History menu
* Display menu of currently visible tabs
* Bookmarks menu
* Bookmarks Toolbar menu
* Search Selection
* Toggle History sidebar
* Toggle Bookmarks sidebar
* Toggle Tab Groups (Panorama)
* Close current tab
* Restore recently closed tabs
* Toggle tab at position #
* Run custom script // see below for examples
Custom script examples
Set Toogle tab position
Services.prefs.getBranch('extensions.enhancedmiddleclick.').setIntPref('favTabPosition',aWindow.gBrowser.visibleTabs.indexOf(aWindow.gBrowser.tabContainer.selectedItem));
Focus urlBar
aWindow.document.getElementById("urlbar").focus();
Go Back
if(aWindow.gBrowser.canGoBack) { aWindow.gBrowser.goBack(); }
more...
----
The Enhanced Middle Click won't work properly if you have "use autoscrolling" enabled in your preferences. You must first disable it in Preferences > Advanced > General > Use autoscrolling.
Add-on tries to disable general.autoScroll and middlemouse.contentLoadURL on install, but please check those settings if troubles with auto-scrolling and pasting url on middle click persist. Thank you
----
Please read Developer's Comments for more information.