Quickies

[categories] [index] [all (527)] [latest]

Safari
  1. $ defaults write com.apple.Safari ProxiesInBookmarksBar ‘("Top Sites")’
    

    and back

    $ defaults write com.apple.Safari ProxiesInBookmarksBar '("Top Sites","Reading List")' 
    
  2. By default, the test search in Safari for Lion only finds words starting with a string, instead as words containing the string.

    To revert the default as in Snow Leopard:

    $ defaults write com.apple.Safari FindOnPageMatchesWordStartsOnly -bool FALSE
    
  3. $ defaults write com.apple.Safari WebKitHistoryItemLimit 2000
    $ defaults write com.apple.Safari WebKitHistoryAgeInDaysLimit 30
    
  4. Paste these URLs in the "Downloads" window.

  5. $ defaults write com.apple.Safari WebKitDeveloperExtras -bool true 
    

    see webkit.org

  6. $ defaults write com.apple.Safari IEFavoritesWereImported NO
    
  7. ... are listed in /Applications/Safari.app/Contents/Resources/Shortcuts.html

  8. x-man-page://ls
    

    the man page for ls will open in the terminal

  9. x-man-page://ls

  10. $ defaults write com.apple.Safari TargetedClicksCreateTabs -bool true
    
  11. Type the URL and hit cmd-enter.

  12. $ defaults write com.apple.Safari WebKitOmitPDFSupport -bool YES
    
  13. $ defaults write com.apple.Safari IncludeDebugMenu YES