Skip to content

Instantly share code, notes, and snippets.

@alejandrocoding
Created June 24, 2020 09:02
Show Gist options
  • Save alejandrocoding/b591ba62f3f5f2046655e4b20ea84cc1 to your computer and use it in GitHub Desktop.
Save alejandrocoding/b591ba62f3f5f2046655e4b20ea84cc1 to your computer and use it in GitHub Desktop.
Manifest.json adds contentScript matching GitHub domain
"content_scripts": [
{
"matches": ["*://*.github.com/*"],
"js": ["contentScript.js", "runtime.js"]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment