I'm still getting used to the tabs being at the top rather than under the address bar. I could change it, however it does make sense because the address bar belongs to the tab, so it should be included inside the tab. Another example of Apple doing things properly.
Ok, I have one slight problem, when I click on a link in GMail or Reddit I get a new window opened rather a new tab in the same window. The preferences don't help, they only have "open a new tab in the same window if a link is clicked on by an application like Mail or iTunes etc." The fix? Open a terminal window and enter the following at the prompt (this is one single line, it may have been broken into two by your browser):
defaults write com.apple.Safari TargetedClicksCreateTabs -bool true
Thereafter, Safari will preferentially open a new tab in the current window instead of a new window. This will not affect the normal links that replace the current page, they will still work in the same way. Give it a try, if you don't like it you can undo the action with:
defaults write com.apple.Safari TargetedClicksCreateTabs -bool false
As an extra, if you really don't like the tabs being above the address bar and want them in the old place then you can again use a terminal window and enter:
defaults write com.apple.Safari DebugSafari4TabBarIsOnTop -bool false
No comments:
Post a Comment