I'm a recent Firefox convert, and find the tabbed browsing to be fast and convenient.
Would it be possible to make the Analyze Board function openable in a tabbed window?
Left clicking and selecting "Open Link in New Tab" just opens the move board again.
I can make it happen in a roundabout way and it looks like this:
http://xs49.xs.to/pics/05403/AnalyzeBtab.jpg
However, even though it opens, it does not function.
Originally posted by xsAdd this to your user.js file:
I'm a recent Firefox convert, and find the tabbed browsing to be fast and convenient.
Would it be possible to make the Analyze Board function openable in a tabbed window? Left clicking and selecting "Open Link in New Tab" just opens the move board again.
I can make it happen in a roundabout way and it looks like this:
http://xs49.xs.to/pics/05403/AnalyzeBtab.jpg
However, even though it opens, it does not function.
// Reveal more tab/window options:
user_pref("browser.tabs.showSingleWindowModePrefs", true);
Restart Firefox then Tools -> Options -> Advanced -> Tabbed Browsing -> Force links that open new windows to open in -> new tab
Simple as that.
Originally posted by xsMiddle-click on 'game history'
I'm a recent Firefox convert, and find the tabbed browsing to be fast and convenient.
Would it be possible to make the Analyze Board function openable in a tabbed window? Left clicking and selecting "Open Link in New Tab" just opens the move board again.
I can make it happen in a roundabout way and it looks like this:
http://xs49.xs.to/pics/05403/AnalyzeBtab.jpg
However, even though it opens, it does not function.
Same thing
Originally posted by XanthosNZThanks XanthosNZ!
Add this to your user.js file:
// Reveal more tab/window options:
user_pref("browser.tabs.showSingleWindowModePrefs", true);
Restart Firefox then Tools -> Options -> Advanced -> Tabbed Browsing -> Force links that open new windows to open in -> new tab
Simple as that.
Two things
1.)My file was prefs.js
b.)And you can't make the change to the file while the browser is open,
because it overwrites it when you close to restart.