How do I make firefox

Xionide

Diamond Member
Apr 20, 2002
8,679
2
81
I want it to act like opera. Like how it never opens a new browser, just a new tab. How do I set it up with that.
 

LordPhoenix

Golden Member
Jul 1, 2004
1,341
0
0
Right click on the link and click on Open In New tab is the way I do it.

I'm not sure if there's an automated way.
 

BlueWeasel

Lifer
Jun 2, 2000
15,944
475
126
Try adding the 3 lines below to your user.js file (located in the FF Profiles directory):

user_pref("browser.block.target_new_window", true);
user_pref("browser.tabs.opentabfor.middleclick", true);
user_pref("browser.tabs.opentabfor.urlbar", true);

You could also type about:config in the address bar and edit or add the above lines.
 

Xionide

Diamond Member
Apr 20, 2002
8,679
2
81
and how do I make the tabs appear on the bottom of the screen instead of the top?
 

Xionide

Diamond Member
Apr 20, 2002
8,679
2
81
Originally posted by: BlueWeasel
Try adding the 3 lines below to your user.js file (located in the FF Profiles directory):

user_pref("browser.block.target_new_window", true);
user_pref("browser.tabs.opentabfor.middleclick", true);
user_pref("browser.tabs.opentabfor.urlbar", true);

You could also type about:config in the address bar and edit or add the above lines.

I cant find the file. Mind telling me the directory it would be in on xp?
 

BlueWeasel

Lifer
Jun 2, 2000
15,944
475
126
Sure...I'm trying to recall from memory, as I'm at work, but it should be close enough for you to find it.

It's usually under C:\Documents and Settings\Xionide's Username\Application Data\Mozilla\Firefox\Profiles\xxxyyyzz\....

...where xxxyyyzzz is a folder name of randomly generated numbers and letters. If the user.js file isn't present in the last folder, then just paste the 3 lines above into Notepad and save as user.js in this directory.
 

beatle

Diamond Member
Apr 2, 2001
5,661
5
81
I highly recommend getting Tabbrowser EXTENSIONS and not Preferences. Tabbrowser Extensions is a much more robust extension with many more options.

Find it here.
 

Kilrsat

Golden Member
Jul 16, 2001
1,072
0
0
You don't need the full TabbedBrowser Extensions. A lot of the functionality is built into firefox, you just don't see the options by default.

Enter "about:config" in the address bar, then:

Double click on browser.tabs.showSingleWindowModePrefs to set it to true

Then Tools -> Options -> Advanced will have a Tabbed browsing option.

Check "Force links that open new windows to open in" and select "a new tab"

Done.
 

Xionide

Diamond Member
Apr 20, 2002
8,679
2
81
Originally posted by: Kilrsat
You don't need the full TabbedBrowser Extensions. A lot of the functionality is built into firefox, you just don't see the options by default.

Enter "about:config" in the address bar, then:

Double click on browser.tabs.showSingleWindowModePrefs to set it to true

Then Tools -> Options -> Advanced will have a Tabbed browsing option.

Check "Force links that open new windows to open in" and select "a new tab"

Done.

Thanks that worked.