You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I often want to jump a few steps back in history, and there is no way to do it without using the mouse...
Describe the solution you'd like
I want to be able to invoke the tab history menu using Alt+Down combo.
Describe alternatives you've considered
This code does what I want when I paste it into Console. I don't know how to bind it to a key using a user script.
var btnF = document.getElementById("forward-button");
btnF.menupopup.openPopup()
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I often want to jump a few steps back in history, and there is no way to do it without using the mouse...
Describe the solution you'd like
I want to be able to invoke the tab history menu using Alt+Down combo.
Describe alternatives you've considered
This code does what I want when I paste it into Console. I don't know how to bind it to a key using a user script.
The text was updated successfully, but these errors were encountered: