Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
true... but the about:config is not quite good enough...
browser.link.open_newwindow.restriction Possible values and their effects
Divert all links according to browser.link.open_newwindow. (Default in Firefox 1.0.x and SeaMonkey) This includes: * All HTML links with target="_blank".
[edit]
Do not divert any links (browser.link.open_newwindow will have no effect).
Divert all links according to browser.link.open_newwindow, unless the new window specifies how it should be displayed. (Default in Firefox 1.5 and later and Camino 1.5) This includes: * All links with target="_blank".
This does not include: * JavaScript calls to window.open() <u>with the "features" parameter</u> (3rd parameter). what I REALLY need to know is how to get Those js windows to open in tabs...
'javascript'
|
|
|
It's built into the browser already...
See also this thread. |
|
|
Sweeet one liner. I love one liners! |
|
|
I don't know why nobody thought of this before! It's incredibly useful, and it's just one line of code. You can't get much more elegant than that :) 10 / 10, definitely. |