• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

How do I make firefox

Xionide

Diamond Member
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.
 
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.
 
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?
 
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.
 
I highly recommend getting Tabbrowser EXTENSIONS and not Preferences. Tabbrowser Extensions is a much more robust extension with many more options.

Find it here.
 
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.
 
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.
 
Back
Top