How can I force links to open in the same tab instead of a new one?
I'm fine with multiple tabs and all that, but sometimes I want to keep things in the same tab. But then some web developers don't seem to understand this, and code their pages to force links to open in a new tab (or possibly even a new window, but at least I have that under control). There used to be a perfectly cromulent extension that solved this problem by adding an "open in same tab" option to the context menu, but it has not been updated for FF Quantum and probably never will be. Are there any current extensions that do this? Or is there another way that I can restore this option, and only open new tabs when *I* choose to do so?
தீர்வு தேர்ந்தெடுக்கப்பட்டது
I can't find a method to give you the Open link in same tab option in the context menu, but I can give you instructions to make Firefox always open a link in the same tab. Then you can just use the Open link in new tab option from the context menu or press the middle mouse button to open a link in a new tab.
To make Firefox open all links in the same tab, follow these instructions:
- Type
about:config
in the Firefox address bar - Bypass the security warning
- Find the
browser.link.open_newwindow.restriction
preference - Double click it to change the value to
0
- Find the
browser.link.open_newwindow
preference - Double click it to change the value to
1
Hope this helps.
NOTE: You may need to restart Firefox for the changes to take effect.Read this answer in context 👍 1
All Replies (3)
தீர்வு தேர்ந்தெடுக்கப்பட்டது
I can't find a method to give you the Open link in same tab option in the context menu, but I can give you instructions to make Firefox always open a link in the same tab. Then you can just use the Open link in new tab option from the context menu or press the middle mouse button to open a link in a new tab.
To make Firefox open all links in the same tab, follow these instructions:
- Type
about:config
in the Firefox address bar - Bypass the security warning
- Find the
browser.link.open_newwindow.restriction
preference - Double click it to change the value to
0
- Find the
browser.link.open_newwindow
preference - Double click it to change the value to
1
Hope this helps.
NOTE: You may need to restart Firefox for the changes to take effect.
Wesley,
Thanks very much. It looks like this works. I have been looking for a solution to this problem for years.
I guess if I ever want to change back, I can just set both values back to "2", right?
Thanks again.
See also:
- http://kb.mozillazine.org/browser.link.open_newwindow
- 1: current tab; 2:new window; 3:new tab;
For links opened via JavaScript you can look at this pref: