Skip to content

nicolaslee2775/open-new-chrome-instance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Open New Chrome Instance (for Mac)

Open a new Google Chrome instance with disable-web-security flag. So that no cross-domain problem would occur.

Usage

Run the following command in Terminal (for MacOS only), where /Volumes/Temp/ChromeDir is the user data directory (choose a empty folder for first time).

open -na /Applications/Google\ Chrome.app/ --args --user-data-dir=/Volumes/Temp/ChromeDir --disable-web-security

References

Releases

No releases published

Packages

No packages published