Firefox questions

TheChort

Diamond Member
May 20, 2003
4,203
0
76
I just made the switch to firefox ... so far so good.

Couple questions that are bugging me
1. How do i switch between tabs using a keyboard command?
2. How do i remove search engines from the top right box? Adding them was easy, now i cant get rid of 'em
 
Jun 4, 2005
19,723
1
0
1. Control + Tab, Control + Shift + Tab
2. I've got a method, it's a bit...ghetto?

Navigate to C:/Documents and Settings/Application Data/Mozilla/Firefox/Chrome

Rename userChrome-Example to userChrome
Right Click -> Open with Notepad

Add this to the very end of the code.

/* Make the Search box small -- LoKe*/

#search-container
{
width: 0em;
}

#searchbar
{
width: 0em;
}


Oh, my mistake. ^_^
Thanks for helpin'. :)
 
Feb 13, 2005
72
0
0
I think he was talking about removing engines from the list, not removing the search box completely. To remove them from the list, go to your Mozilla Firefox/searchplugins directory and remove the files for the engine you wish to remove.
 

screw3d

Diamond Member
Nov 6, 2001
6,906
1
76
You can also use Ctrl + <a number> to navigate tabs.

I'm still use to click on tabs although I use keyboard shortcuts for plenty other functions :eek: