有没有办法在 Mac 上的 Safari 5 中强制进行隐私浏览?
答案1
你可以尝试一下,它在 Safari 4 中有效。
需要一个脚本,
tell application "Safari"
activate
end tell
tell application "System Events"
tell process "Safari"
tell menu bar 1
tell menu bar item "Safari"
tell menu "Safari"
click menu item "Private Browsing"
end tell
end tell
end tell
end tell
end tell
您可以点击此链接获取更多信息: http://www.macworld.com/article/139714/2009/03/enableprivatebrowsing.html