Skip to content

Instantly share code, notes, and snippets.

@andymckay
Created April 24, 2017 17:52
Show Gist options
  • Save andymckay/c8bb8c072daa8f1945d81d24d4473d66 to your computer and use it in GitHub Desktop.
Save andymckay/c8bb8c072daa8f1945d81d24d4473d66 to your computer and use it in GitHub Desktop.
diff --git a/addon/manifest.json b/addon/manifest.json
index 2a7669b..daa0c09 100644
--- a/addon/manifest.json
+++ b/addon/manifest.json
@@ -11,7 +11,8 @@
"content_scripts": [
{
"matches": ["https://bugzilla.mozilla.org/show_bug.cgi?id=*"],
- "js": ["content.js"]
+ "js": ["content.js"],
+ "run_at": "document_end"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment