Skip to content

Instantly share code, notes, and snippets.

View johan48191's full-sized avatar

Martin Johansson johan48191

View GitHub Profile
@johan48191
johan48191 / chrome-parameters
Created December 2, 2015 18:48 — forked from robspangler/chrome-parameters
Opens Chrome from OSX terminal with parameters to allow Chrome to store and access local cookies, or access local files/ajax.
*Opens Chrome from OSX terminal allowing it to store and access local cookies.*
open /Applications/Google\ Chrome.app --args --enable-file-cookies
*Opens Chrome from OSX terminal allowing it to access local files and ajax calls.*
open /Applications/Google\ Chrome.app --args --allow-file-access-from-files