Closed noahyonack closed 8 years ago
A few issues:
"content_scripts": [
{
"matches": [
"https://console.aws.amazon.com/*",
"https://*.console.aws.amazon.com/*"
],
"js": [
"inject.js"
]
}
],
(this is not your fault! found the bug while testing your change.)
@noahyonack - ping!
Wrapped script.js in an IIFE so that variables are scoped to the anonymous function as opposed to the global window object.