Safari

From Applepedia

Jump to: navigation, search

Safari is Apple's web browser, which ships with MacOS X. Safari uses the WebKit to render pages, which is based on KHTML.

Safari
Image:Safari Icon.png
Min/Max OS Support 10.2 / 10.4
License Freeware
Category Internet
Installer Yes
PowerPC Traitor {{{universal}}}
Website Safari Home Page

Contents

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

FAQ

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

Plugins you need

Personal tools