Added run_at document_start

This commit is contained in:
Official Noob 2020-01-01 13:01:18 +00:00 committed by GitHub
parent a9b678f0ff
commit e35774138f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,7 @@
"description": "__MSG_Description__", "description": "__MSG_Description__",
"content_scripts": [ "content_scripts": [
{ {
"run_at": "document_start",
"matches": [ "matches": [
"https://*.youtube.com/*", "https://*.youtube.com/*",
"https://www.youtube-nocookie.com/embed/*" "https://www.youtube-nocookie.com/embed/*"
@ -13,7 +14,7 @@
"all_frames": true, "all_frames": true,
"js": [ "js": [
"config.js", "config.js",
"SB.js", "SB.js",
"utils/previewBar.js", "utils/previewBar.js",
"utils/skipNotice.js", "utils/skipNotice.js",
"utils.js", "utils.js",