Firefox business...

General software, Operating Systems, and Programming discussion.
Everything from software questions, OSes, simple HTML to scripting languages, Perl, PHP, Python, MySQL, VB, C++ etc.
Post Reply
Brk
SG VIP
Posts: 29518
Joined: Sun Dec 09, 2001 12:00 pm

Firefox business...

Post by Brk »

Okay, I'm trying it.

1) How do you make it where EVERY new site you open from either bookmarks or in-page links open in a new tab WITHOUT using the keyboard? That is, you click and it automatically opens in a new tab, that won't replace whatever page is currently being displayed?

2) Why can;t you drag and drop imported bookmarks on the links bar?

3) Can you change custom bookmark icons to the default one? I don't see a way how to do it.
cyberskye
Senior Member
Posts: 4717
Joined: Wed Jan 10, 2001 12:00 am
Location: DC

Post by cyberskye »

Burke wrote:Okay, I'm trying it.

1) How do you make it where EVERY new site you open from either bookmarks or in-page links open in a new tab WITHOUT using the keyboard? That is, you click and it automatically opens in a new tab, that won't replace whatever page is currently being displayed?

I right click > open in tab. Don't know of a way to make a left-clik open in tabs
2) Why can] I can - try View > Toolbats > Bookmark Toolbar
3) Can you change custom bookmark icons to the default one? I don't see a way how to do it.

I don't believe you can - those are sent by the server, no?
anything is possible - nothing is free

:wth:
Blisster wrote:It *would* be brokeback bay if I in fact went and hung out with Skye and co (did I mention he is teh hotness?)
:wth:
Brk
SG VIP
Posts: 29518
Joined: Sun Dec 09, 2001 12:00 pm

Post by Brk »

Well, in IE I can right-click on a bookmark and set it to the default IE icon.
drdoug99
SG Elite
Posts: 6471
Joined: Tue Nov 28, 2000 12:00 am
Location: ohio

Post by drdoug99 »

[quote="Burke"]Okay, I'm trying it.

1) How do you make it where EVERY new site you open from either bookmarks or in-page links open in a new tab WITHOUT using the keyboard? That is, you click and it automatically opens in a new tab, that won't replace whatever page is currently being displayed?

2) Why can]

As to question #1, the closest I have come is to get the Tabbrowser Preferences Extension
https://update.mozilla.org/extensions/m ... 8&vid=1345

and then goto Tools, Options, Tabbed Browsing, and then set the options as you see fit.
It still doesn't seem to do what I want though...only certain links it will open in a new tab, even though I have it set so links open in a new tab. :confused:

As to question #2, I haven't had a problem doing that, sorry. I can drag and drop any of the bookmarks to the links bar fine.
cyberskye
Senior Member
Posts: 4717
Joined: Wed Jan 10, 2001 12:00 am
Location: DC

Post by cyberskye »

Burke wrote:Well, in IE I can right-click on a bookmark and set it to the default IE icon.

If that makes a difference, you may be happier with IE.
anything is possible - nothing is free

:wth:
Blisster wrote:It *would* be brokeback bay if I in fact went and hung out with Skye and co (did I mention he is teh hotness?)
:wth:
Brk
SG VIP
Posts: 29518
Joined: Sun Dec 09, 2001 12:00 pm

Post by Brk »

Okay, I dug up a way to disable bookmark icons. You can add this to either the user.js or prefs.js file

// Disable Bookmark Icons
user_pref("browser.chrome.site_icons", false);
user_pref("browser.chrome.favicons", false);

Another thing I carried over from IE:

Set your Home Page to whatever you want, but to block it from auto-loading when you open the browser, change your Firefox shortcut Target to this:

"C:\Program Files\Mozilla Firefox\firefox.exe" about:blank
User avatar
WhoNut
Posts: 1806
Joined: Sat Feb 26, 2000 12:00 am
Location: Lakewood, CA

Post by WhoNut »

Burke wrote:Okay, I'm trying it.

1) How do you make it where EVERY new site you open from either bookmarks or in-page links open in a new tab WITHOUT using the keyboard? That is, you click and it automatically opens in a new tab, that won't replace whatever page is currently being displayed?
Go here and install the SuperDrag&Go extension. It allows you to "drag" a link with your mouse to a blank space on the page. The destination link opens in a new tab without focus.

Works great for me!
When they kick at your front door, how you gonna come? With your hands at your head, or the trigger of your gun?
drdoug99
SG Elite
Posts: 6471
Joined: Tue Nov 28, 2000 12:00 am
Location: ohio

Post by drdoug99 »

WhoNut wrote:Go here and install the SuperDrag&Go extension. It allows you to "drag" a link with your mouse to a blank space on the page. The destination link opens in a new tab without focus.

Works great for me!
:thumb: cool, this does work pretty good! :)
mmione
Posts: 1814
Joined: Sat Dec 13, 2003 4:21 pm
Location: Ontario, Canada

Post by mmione »

Press the scroll button in?
.
cchooper
Posts: 245
Joined: Fri Oct 03, 2003 8:52 pm
Location: Southern Oregon

Post by cchooper »

[quote="Burke"]Okay, I dug up a way to disable bookmark icons. You can add this to either the user.js or prefs.js file

// Disable Bookmark Icons
user_pref("browser.chrome.site_icons", false)]

You can change alot of those same options by typing about:Config in your address bar :)
Hacking router firmware since 2005
User avatar
YARDofSTUF
Posts: 70006
Joined: Sat Nov 11, 2000 12:00 am
Location: USA

Post by YARDofSTUF »

cchooper wrote:You can change alot of those same options by typing about:Config in your address bar :)

Cool!
User avatar
earthmofo
Senior Member
Posts: 1128
Joined: Fri Nov 17, 2000 12:00 am
Location: Providence, RI USA

Post by earthmofo »

Burke wrote:Okay, I'm trying it.

1) How do you make it where EVERY new site you open from either bookmarks or in-page links open in a new tab WITHOUT using the keyboard? That is, you click and it automatically opens in a new tab, that won't replace whatever page is currently being displayed?
For in-page links put the following in your user.js file:

user_pref("browser.tabs.showSingleWindowModePrefs", true);

Restart Firefox then go to Tools>Options>Advanced under the Tabbed Browsing section you will now have a new option. Check Force links that open a new window in then check New Tab.
"A never ending quest for knowledge as with knowledge comes wisdom"

Main System running Windows XP Pro: Intel Celeron 2.4 Ghz, 1 Gig Ram, 2 80 gig WD 7200 rpm HD's, Radeon 9200 Pro, Envision EN9110 19" LCD Display, HP 9500 CD-RW, D-Link DFE-530TX+ PCI Adapter, D-Link DI-704P Router, Motorola SB5100 Cable Modem with Cox HSI
Post Reply