Skip to content

Instantly share code, notes, and snippets.

@wongjiahau
Last active February 1, 2021 23:01
Show Gist options
  • Save wongjiahau/397459a5e157af61d438db4650950e4f to your computer and use it in GitHub Desktop.
Save wongjiahau/397459a5e157af61d438db4650950e4f to your computer and use it in GitHub Desktop.
rem rem stands for remark/comments
rem Kill all chrome process
taskkill /F /IM chrome.exe
rem Start chrome by disabling CORS
start chrome --disable-web-security --user-data-dir
@modernuser
Copy link

how to use?

@martinarvaiaccedo
Copy link

Simply run the
taskkill /F /IM chrome.exe
in cmd or powershell

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment