New tabs from outside of firefox
When I open a new tab it always opens next to the source eg to the right of the tab i am using. Which is great and I prefer this.
But when I click a link from outside firefox to open a web page it always opens on the far right tab. Is there a way to change this so it opens to the right of current tab like normal?
Tất cả các câu trả lời (1)
You can override how external links are opened via the browser.link.open_newwindow.override.external pref. If this pref has the default value -1 then browser.link.open_newwindow is used. The meaning of the value of browser.link.open_newwindow.override.external is the same as of browser.link.open_newwindow
Normal Links:
- browser.link.open_newwindow
1:current tab; 2:new window; 3:new tab;
JavaScript Links:
- browser.link.open_newwindow.restriction
0:divert always; 1:divert never; 2:divert no features
You can open the about:config page via the location/address bar. On the warning page, you can click "Accept the Risk and Continue" to open about:config.