From 208769fd68edb68e543f7976e48d8a27642fb1ba Mon Sep 17 00:00:00 2001 From: Timothy Kempf Date: Sun, 11 Oct 2015 14:50:58 -0700 Subject: [PATCH] render a teensy bit earlier --- src/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manifest.json b/src/manifest.json index 49ea704..73f57c8 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -8,7 +8,7 @@ "js": [ "content.js" ], - "run_at": "document_idle" + "run_at": "document_end" }], "icons": { "128": "images/icon_128.png"