Safari is the new Mac OS X browser, based on the KHTML library.
- ForgetMeNot, a SIMBL plugin that saves open URLs when you quit Safari and restores them when you re-launch it.
- Blocking Ads using nothing but CSS. Really, really good.
- Pimp My Safari - plugins and add-ons
- Safari
- The KDE KHTML library, on which it is based.
Enabling the Debug Menu:
On Mac OS X open a terminal and enter:
defaults write com.apple.Safari IncludeDebugMenu 1
On Windows, edit C:\Documents
and Settings\user\Application Data\Apple
Computer\Safari\Preferences.plist and insert a new preference:
<key>IncludeDebugMenu</key> <true/>
...or start Safari.exe with /enableDebugMenu or /disableDebugMenu (it updates the .plist, so you only need to do it once).