2 posts tagged “firefox 3”
Firefox 3 has an amazingly cool feature called "The Awesome Bar" that magically, almost psychically suggest what URL you're trying to type
That's great but what if you frequently visit a Website, that's perfectly healthy, but you'd rather not let people know you go there if they're borrowing your computer for a minute and using your browser.
In the awesome bar, type "about:config".
Go ahead and agree that you'll be careful.
Find "browser.urlbar.matchOnlyTyped". Click it and the value should change to "True".
Exit the browser, restart, and Firefox will no longer show your private bookmarks.
Here's a quick tip to increase page render speeds in Firefox.
As with most of these tricks, you'll need to head on into about:config.
The new Firefox 3 gives you a little warning when you go there and I will too. You need to beware that messing about in about:config can destabilize Firefox. There, you've been warned. Now the fun part. Making your own strings.
By default Firefox waits 250 milliseconds before it begins displaying a page. We can change that.
Right click anywhere in the about:config page area
Select "New" and "String".
Type nglayout.initialpaint.delay in the box press enter.
Then type 0.
This reduces the wait time to 0.
Mozilla recommends you also create content.notify.interval and set it to match with the nglayout value.
This will make pages start to appear faster, but remember it will increase the overall page load time, since you're starting the page display earlier.