Last active
February 9, 2024 14:02
-
-
Save alimertcakar/b049775bba3e2ac5cc5a5cab1b3c5a3a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--windows-- | |
win+r | |
$ chrome.exe --user-data-dir="C:/Chrome dev session" --disable-web-security | |
--ubuntu-- | |
$ google-chrome --disable-web-security --user-data-dir="home/tempusrdt" | |
--mac | |
open -a "Google Chrome" --args --disable-web-security --user-data-dir=/tmp/chrome |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
delete chrome dev sessions every time or it wont work