Safari 4 forced tabs woes

New in safari 4 is that everything opens in a new tab, especially popups. This can be very irritating as for me i want some popups if i open them myself to be an actual popup and not a new tab.

Here’s how to fix it:
defaults write com.apple.Safari TargetedClicksCreateTabs -bool false

This command should be run in Terminal (which can be found in Spotlight by typing ‘term’).
And changes an apparently hidden setting. It is unclear to me why they force this behavior upon us.

Leave a comment

You must be logged in to post a comment.