Skip to content

Instantly share code, notes, and snippets.

@kyouheicf
Last active April 15, 2024 15:56
Show Gist options
  • Save kyouheicf/4ed9233cc128984178d8f7731127524e to your computer and use it in GitHub Desktop.
Save kyouheicf/4ed9233cc128984178d8f7731127524e to your computer and use it in GitHub Desktop.
# Normal Chrome
PUPPETEER_PRODUCT=chrome \
PUPPETEER_EXECUTABLE_PATH=/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome \
node chrome-pageshield-cspreport-once.js
# Beta Chrome
PUPPETEER_PRODUCT=chrome \
PUPPETEER_EXECUTABLE_PATH=/Applications/Google\ Chrome\ Beta.app/Contents/MacOS/Google\ Chrome\ Beta \
node chrome-pageshield-cspreport-once.js
# Dev Chrome
PUPPETEER_PRODUCT=chrome \
PUPPETEER_EXECUTABLE_PATH=/Applications/Google\ Chrome\ Dev.app/Contents/MacOS/Google\ Chrome\ Dev \
node chrome-pageshield-cspreport-once.js
# Canary Chrome
PUPPETEER_PRODUCT=chrome \
PUPPETEER_EXECUTABLE_PATH=/Applications/Google\ Chrome\ Canary.app/Contents/MacOS/Google\ Chrome\ Canary \
node chrome-pageshield-cspreport-once.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment