Safari
From Applepedia
Safari is Apple's web browser, which ships with MacOS X. Safari uses the WebKit to render pages, which is based on KHTML.
| Safari | |
|---|---|
| | |
| Min/Max OS Support | 10.2 / 10.4 |
| License | Freeware |
| Category | Internet |
| Installer | Yes |
| PowerPC Traitor | {{{universal}}} |
| Website | Safari Home Page |
Contents |
[edit]
Tips and Tricks
- Disable Safari from opening "safe" files after downloading.
- There is a list of keyboard shortcuts: Safari_Shortcuts.html.
- Enable the debug menu, which among other things lets you spoof your User-Agent, and import (and export) bookmarks from several popular web browsers. You can activate it by opening a Terminal window and running
% defaults write com.apple.Safari IncludeDebugMenu 1
- Disable Safari 1.3+ from opening PDF files in the browser (use old-style PDF download/view in Preview.app)
% defaults write com.apple.Safari WebKitOmitPDFSupport -bool YES
[edit]
FAQ
[edit]
How do I make Safari use a fixed width font in HTML textarea elements?
You'll want to use a custom stylesheet. First, create a file, say ~/custom.css and just put one line in it
textarea {font-family: Monaco !important}
Save it. Then in Safari, open Preferences, navigate to the Advanced tab, and select your stylesheet. The change should go into effect right away
[edit]
Plugins you need
- Saft
- AcidSearch - free and duplicates some of Saft's functionality
- Safari Stand - Free plugin with many options including single window mode
- PithHelmet - Ad blocking
- Sogudi - Quick searches, like in Firefox
- Taboo - Prevent multi-tab quit and block Exe download prompt
- SALastRead

