Skip to content

Instantly share code, notes, and snippets.

@merlos
Created April 7, 2020 10:34
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 merlos/b90015507d2923e9c461c4fd19e0986d to your computer and use it in GitHub Desktop.
Save merlos/b90015507d2923e9c461c4fd19e0986d to your computer and use it in GitHub Desktop.
Browser in dev mode OSX
echo adding alias chromecors
alias chromecors='/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --disable-web-security --disable-gpu --user-data-dir=~/chromeTemp'
#
# Install extension in VSCode
# https://marketplace.visualstudio.com/items?itemName=firefox-devtools.vscode-firefox-debug
#
# Set Firefox Developer Editionto support debug mode
#
# In about:config
# devtools.debugger.remote-enabled true Required
# devtools.chrome.enabled true Required
# devtools.debugger.prompt-connection false Recommended
echo adding alias firefox
alias firefox='/Applications/Firefox\ Developer\ Edition.app/Contents/MacOS/firefox -start-debugger-server'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment