How can I get rid of Safari 5's "awesome bar"?

Safari 5 came with a copycat of Firefox "awesome" bar, completing text as your type an url with history of previous title pages you've seen, and not just previous URLs.

How to get rid of this annoyance?


I haven't tried it and I don't know if it'll solve your problem, but Shaun Inman created a Safari extension called SMRT that disables its auto-complete behavior.


You could try the following :

default write com.apple.Safari DebugSafari4IncludeFancyURLCompletionList -bool NO
default write com.apple.Safari DebugSafari5IncludeFancyURLCompletionList -bool NO
# note the 5 instead of 4 in the second command.

I know the one with 4 exists, but I'm not sure for the one with 5.

At least, you could try these commands (each one or both), they won't hurt the system.