From e35774138f708c783520a4a0d7a5a3237814afe7 Mon Sep 17 00:00:00 2001 From: Official Noob <31563761+OfficialNoob@users.noreply.github.com> Date: Wed, 1 Jan 2020 13:01:18 +0000 Subject: [PATCH] Added run_at document_start --- manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index b128617a..f87d2d31 100644 --- a/manifest.json +++ b/manifest.json @@ -6,6 +6,7 @@ "description": "__MSG_Description__", "content_scripts": [ { + "run_at": "document_start", "matches": [ "https://*.youtube.com/*", "https://www.youtube-nocookie.com/embed/*" @@ -13,7 +14,7 @@ "all_frames": true, "js": [ "config.js", - "SB.js", + "SB.js", "utils/previewBar.js", "utils/skipNotice.js", "utils.js",