By default Safari doesn't always open links in new tabs, some sites respond by opening links in a new window, even if it's specified to do it in a new tab.
You can change that with a quick trip into the terminal though. Simply paste the following line into the terminal for the user you're logged in as:
defaults write com.apple.Safari TargetedClicksCreateTabs -bool true
If you don't like the resulting behavior, you can return by pasting the below line into your terminal (and pressing enter, of course):
defaults write com.apple.Safari TargetedClicksCreateTabs -bool false
No comments:
Post a Comment