Skip to content

Commit

Permalink
Added run_at: document_end to content_scripts for faster extensio…
Browse files Browse the repository at this point in the history
…n-installed flag injection ↞ [auto-sync from `adamlui/chatgpt-apps/chatgpt-widescreen/edge`]
  • Loading branch information
adamlui authored and kudo-sync-bot committed Sep 24, 2024
1 parent eee16b5 commit 9674c54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chrome/extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}],
"content_scripts": [{
"matches": [ "https://chatgpt.com/*", "https://www.perplexity.ai/*", "https://poe.com/*" ],
"js": [ "content.js" ]
"run_at": "document_end", "js": [ "content.js" ]
}],
"background": { "service_worker": "background.js" },
"minimum_chrome_version": "88"
Expand Down
2 changes: 1 addition & 1 deletion edge/extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}],
"content_scripts": [{
"matches": [ "https://chatgpt.com/*", "https://www.perplexity.ai/*", "https://poe.com/*" ],
"js": [ "content.js" ]
"run_at": "document_end", "js": [ "content.js" ]
}],
"background": { "service_worker": "background.js" },
"minimum_chrome_version": "88"
Expand Down
2 changes: 1 addition & 1 deletion opera/extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}],
"content_scripts": [{
"matches": [ "https://chatgpt.com/*", "https://www.perplexity.ai/*", "https://poe.com/*" ],
"js": [ "content.js" ]
"run_at": "document_end", "js": [ "content.js" ]
}],
"background": { "service_worker": "background.js" },
"minimum_chrome_version": "88"
Expand Down

0 comments on commit 9674c54

Please sign in to comment.