osascript -e 'quit app "Google Chrome"' sqlite3 ~/Library/Application\ Support/Google/Chrome/Default/History "select url from urls where url like '%url_to_nuke%';" sqlite3 ~/Library/Application\ Support/Google/Chrome/Default/History "delete from urls where url like '%url_to_nuke%';"