Skip to content

Instantly share code, notes, and snippets.

@mrloop
Created September 2, 2020 03:37
Show Gist options
  • Save mrloop/b3d01bed653e282f258b1df25475d349 to your computer and use it in GitHub Desktop.
Save mrloop/b3d01bed653e282f258b1df25475d349 to your computer and use it in GitHub Desktop.
"scripts": {
"start:firefox": "web-ext-react run | xargs -L1 web-ext run -u http://www.example.org/ -s",
"start:chrome": "web-ext-react run | xargs -L1 web-ext run -u http://www.example.org/ -t chromium -s",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment