You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--Deletes all folders and subfolders from ~/Library/Application Support/Google/Chrome/, except Default.
do shell script "find ~/Library/Application\\ Support/Google/Chrome/* ! -name 'Default' -type d -exec rm -rf {} +"
--Deletes all files from ~/Library/Application Support/Google/Chrome/, except Local State, First Run, Last Version, Bookmarks, Preferences and Secure Preferences.