Open Safari tab in right most position

Steps

  1. Enable Full Disk Access for Terminal before issuing the command below.
  2. defaults write com.apple.Safari IncludeInternalDebugMenu 1
  3. convert the plist: plutil -convert xml1 /Users/$USER/Library/Containers/com.apple.Safari/Data/Library/Preferences/com.apple.Safari.plist
  4. adding the following two lines:
    <key>IncludeInternalDebugMenu</key>
    <true/>
    
  5. set the Tab Ordering: Tab Ordering

References

disable & enable ReportCrash

comments powered by Disqus