If there's anything 'sexy' about Safari, I'll start fancying my mother-in-law......!! (Shudder the thought).
But seriously, I've never really liked Safari, and not used it for years, much preferring Firefox or another alternative on Intel Macs.
Not the answer I expected, quite funny though
Compared to Safari, Firefox has a messy touch to it (may apply to your m-i-l. too
):
That's what I mean by "sexy".
but to my logical mind it works on OS 10.5 'Leopard' by definition, and thus not on 10.6 Snow Leopard.
right, when using the precompiled webkit.app
But, using the scripts shouldn't be any problem as they simply copy things.
For example "update system certificates":
sudo ditto "$CURDIR/WebKit.app/Contents/Resources/Keychains" /System/Library/Keychains
sudo chown -R root:wheel /System/Library/Keychains
That should work regardless of the OS you're running it on.
Or "enable advanced features":
defaults write com.apple.Safari WebKitFullScreenEnabled -bool YES
defaults write com.apple.Safari WebKitAcceleratedCompositingEnabled -bool YES
defaults write com.apple.Safari WebKitAccelerated2dCanvasEnabled -bool YES
defaults write com.apple.Safari WebKitAcceleratedDrawingEnabled -bool YES
defaults write com.apple.Safari WebKitCanvasUsesAcceleratedDrawing -bool YES
defaults write com.apple.Safari WebKitWebGLEnabled -bool YES
defaults write com.apple.Safari WebKitWebAudioEnabled -bool YES
defaults write com.apple.Safari WebKitLargeAnimatedImageFrameCachingEnabledPreferenceKey -bool YES
defaults write com.apple.Safari WebKitHiddenPageDOMTimerThrottlingEnabledPreferenceKey -bool YES
defaults write com.apple.Safari WebKitHiddenPageCSSAnimationSuspensionEnabledPreferenceKey -bool YES
defaults write com.apple.Safari CustomUserAgent -string "Mozilla/5.0 (Macintosh; PPC Mac OS X 10_11_6) AppleWebKit/604.5.6 (KHTML, like Gecko) Version/11.0.3 Safari/604.5.6"
Should work as well, but does nothing. The changes are written into ~/Library/Preferences/com.apple.Safari.plist but Safari somehow ignores them: