Skip to content

Instantly share code, notes, and snippets.

@Coopeh
Created September 11, 2012 00:46
Show Gist options
  • Save Coopeh/3695134 to your computer and use it in GitHub Desktop.
Save Coopeh/3695134 to your computer and use it in GitHub Desktop.
Google Chrome No Disk Cache OS X
Open your favourite terminal
cd /Applications/Google\ Chrome.app/Contents/MacOS/
cp Google\ Chrome chrome
cat /dev/null > Google\ Chrome
nano Google\ Chrome
Paste the next step:
#!/bin/sh
exec /Applications/Google\ Chrome.app/Contents/MacOS/chrome –disk-cache-dir=”/dev/null/” $@
ctrl + x
y
Open Google Chrome as you usually would and re-set-up.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment