Skip to content

Instantly share code, notes, and snippets.

@sck
Last active August 29, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sck/37aa4259701488a86abf to your computer and use it in GitHub Desktop.
Save sck/37aa4259701488a86abf to your computer and use it in GitHub Desktop.
Patch Chromium binary on OS X to not use a quota for localstorage
cp Chromium\ Framework Chromium\ Framework.old
perl -0777pe 's/\x39\xc8\x76\x09\x3b\x7b\x28\x76\x04\x31\xc0\xeb\x64/\x66\x66\x66\x66\x2e\x0f\x1f\x84\x00\x00\x00\x00\x00/' Chromium\ Framework > Chromium Framework.new
mv Chromium\ Framework.new Chromium\ Framework
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment