Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

How to Reset Safari 8

Phong Tran updated September 9, 2015 at 1:43 PM

Description

In OS X Yosemite, the "Reset Safari" option has been removed so you will need to manually reset settings in Safari.

Here is a list of steps to take in order to manually reset Safari:

...

This step will save your Safari folder onto the desktop with a date stamp

  1. Open Terminal Terminal and paste the following:
    mv ~/Library/Safari ~/Desktop/Safari-`date +

...

  1. %Y%m%d%H%M%S` 


B. Wipe old Safari settings

This step completely wipes all of your Safari settings .

  1. In Terminal Terminal, paste the following:
    rm -Rf ~/Library/Caches/Apple\ -\ Safari\ -\ Safari\ Extensions\

...

  1. Gallery 

    rm -Rf ~/Library/Caches/Metadata/

...

  1. Safari 

    rm -Rf ~/Library/Caches/com.apple.

...

  1. Safari 

    rm -Rf ~/Library/Caches/com.apple.WebKit.

...

  1. PluginProcess 

    rm -Rf ~/Library/Cookies/Cookies.

...

  1. binarycookies 

    rm -Rf ~/Library/Preferences/Apple\ -\ Safari\ -\ Safari\ Extensions\

...

  1. Gallery 

    rm -Rf ~/Library/Preferences/com.apple.Safari.LSSharedFileList.

...

  1. plist 

    rm -Rf ~/Library/Preferences/com.apple.Safari.RSS.

...

  1. plist 

    rm -Rf ~/Library/Preferences/com.apple.Safari.

...

  1. plist 

    rm -Rf ~/Library/Preferences/com.apple.WebFoundation.

...

  1. plist 

    rm -Rf ~/Library/Preferences/com.apple.WebKit.PluginHost.

...

  1. plist 

    rm -Rf ~/Library/Preferences/com.apple.WebKit.PluginProcess.

...

  1. plist 

    rm -Rf ~/Library/PubSub/

...

  1. Database 

    rm -Rf ~/Library/Saved\ Application\ State/com.apple.Safari.

...

  1. savedState 


THE ABOVE COMMANDS IN ONE LINE

rm -Rf ~/Library/Caches/Apple\ -\ Safari\ -\ Safari\ Extensions\ Gallery; rm -Rf ~/Library/Caches/Metadata/Safari; rm -Rf ~/Library/Caches/com.apple.Safari
rm -Rf ~/Library/Caches/com.apple.WebKit.PluginProcess; rm -Rf ~/Library/Cookies/Cookies.binarycookies; rm -Rf ~/Library/Preferences/Apple\ -\ Safari\ -\ Safari\ Extensions\ Gallery; rm -Rf ~/Library/Preferences/com.apple.Safari.LSSharedFileList.plist; rm -Rf ~/Library/Preferences/com.apple.Safari.RSS.plist; rm -Rf ~/Library/Preferences/com.apple.Safari.plist; rm -Rf ~/Library/Preferences/com.apple.WebFoundation.plist; rm -Rf ~/Library/Preferences/com.apple.WebKit.PluginHost.plist; rm -Rf ~/Library/Preferences/com.apple.WebKit.PluginProcess.plist; rm -Rf ~/Library/PubSub/Database; rm -Rf ~/Library/Saved\ Application\ State/com.apple.Safari.savedState

C. Clear Website Data

  1. Navigate to " Safari > Preferences > Privacy Safari > Preferences > Privacy "
  2. Select " Remove All Website Data... Remove All Website Data... " and confirm that you want to remove all website data.


D. Remove Saved Names and Passwords

  1. Navigate to " Safari > Preferences > Passwords Safari > Preferences > Passwords "
  2. Select " Remove All Remove All " and confirm that you want to remove all saved website preferences for name and passwords.


E. Remove AutoFill Form text

  1. In Safari Preferences, navigate to " Autofill Autofill"
  2. If you do not want to AutoFill web forms, uncheck all options.
  3. For " User names and passwords User names and passwords", " Credit cards Credit cards ", and "Other forms Other forms ", select " Edit Edit" and remove all saved information.

...