www.dead-donkey.com
https://forum.dead-donkey.com/

Question about Firefox...
https://forum.dead-donkey.com/viewtopic.php?f=31&t=4513
Page 1 of 1

Author:  satan [ Thu Jun 10, 2004 1:34 am ]
Post subject:  Question about Firefox...

Anyone know how to open search bar results in a new tab?

Tabbrowser Extensions doesn't have the option.
Neither Tabbrowser Preferances.

thanks for any help.=)

Author:  wulf [ Thu Jun 10, 2004 4:47 am ]
Post subject: 

hmm... you could do an Alt-T then Alt-K then type your search and enter... :o

that's what i usually do

maybe you could find something in the firefox config... enter "about:config" as the url

Author:  satan [ Thu Jun 10, 2004 4:54 am ]
Post subject: 

hehe. That's what I do, but would be nice to have it gotto a new tab automatically.

/I'm a lazy ass.=)

Also About:config, can't find anything relevant.

Author:  satan [ Thu Jun 10, 2004 7:32 am ]
Post subject: 

Have a few tips if you haven't tried?

My "user.js" file:
Code:
// This one makes a huge difference. Last value in milliseconds (default is 250)
user_pref("nglayout.initialpaint.delay", 0);

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


// Change to normal Google search:
user_pref("keyword.URL", "http://www.google.com/search?btnG=Google+Search&q=");


// Enable pipelining:
user_pref("network.http.pipelining", true);
user_pref("network.http.proxy.pipelining", true);
user_pref("network.http.pipelining.maxrequests", 100);





My "userChrome.css" file:

Code:
/* Make the Search box flex wider */
#search-container {
   -moz-box-flex: 400 !important;
}

/* Remove the Go and Help menus */
menu[label="Go"], menu[label="Help"] {
   display: none !important;
}



Hope someone enjoys these?

Lightning fast browsing.=)

Page 1 of 1 All times are UTC [ DST ]
What's blood for, if not for shedding?