Skip to content

Instantly share code, notes, and snippets.

@gingeleski
Last active October 12, 2021 20:43
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 gingeleski/e306600c4ec8f2fadd95977c2cb4c8f9 to your computer and use it in GitHub Desktop.
Save gingeleski/e306600c4ec8f2fadd95977c2cb4c8f9 to your computer and use it in GitHub Desktop.
Launch isolated Chrome with proxy server at port 8888 hooked up.
cd 'C:\Program Files (x86)\Google\Chrome\Application';
.\chrome.exe --proxy-server=127.0.0.1:8888 --user-data-dir="C:\chrometempdir" --disable-web-security;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment