Skip to content

Instantly share code, notes, and snippets.

@notflip
Created February 17, 2020 07:35
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 notflip/fb50e87ce8a670da767d9db805343e06 to your computer and use it in GitHub Desktop.
Save notflip/fb50e87ce8a670da767d9db805343e06 to your computer and use it in GitHub Desktop.
"content_scripts": [
{
"matches": [
"https://read.amazon.com/*",
"file:///*"
],
"js": [
"js/content.js"
],
"run_at": "document_start"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment