Firefox 3.1 Beta 1 is pretty damn fast

Woah. This is great! So quick at loading everything now.

EDIT: One thing. The new tab button is not movable?
 
Last edited:
Btw do you guys get a tab bar even with only one tab open? mine won't go away with one tab open! :p
 
Also found it in a:c browser.tabs.autoHide set it to enabled and job's done :D
 
Also if anyone has been using the Glasser extension to give FF3 Aero (nightlies currently have native Aero in the works) then you may have noticed this bug:

Fig.1:
ff3.1_glasser_fig1.PNG




However a code snippet for Stylish fixes this:

Code:
#main-window #urlbar {
   opacity: .99 !important;
   -moz-border-radius-topright: 0px !important;
   -moz-border-radius-bottomright: 0px !important;
}
#main-window #searchbar .searchbar-textbox {
   -moz-border-radius-topright: 0px !important;
   -moz-border-radius-bottomright: 0px !important;
}
#main-window #search-container { opacity: .99 !important; }
#main-window #navigator-toolbox #toolbar-menubar { opacity: .99 !important; }

And now looks like this:

Fig.2:
ff3.1_glasser_fig2.PNG
 
lol i cant get them both on my screen at the same time. only thing i can see is the one isnt ticked. Also howd you get ocuk in the diff theme as blue is getting boring?
 
Everything you have asked is in the screenshots :p

It's a game of puzzles,. you must solve!
 
There's some native support for Glass within Gecko 1.9.1 - look at what happens when you hit Ctrl-Tab, for example.
 
Back
Top Bottom