Go back
Tabbed Analyze Board?

Tabbed Analyze Board?

Site Ideas

1 edit
Vote Up
Vote Down

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.

Vote Up
Vote Down

Originally posted by xs
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.
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.

Vote Up
Vote Down

Originally posted by xs
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.
Middle-click on 'game history'

Same thing

1 edit
Vote Up
Vote Down

Originally posted by 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.
Thanks XanthosNZ!

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.