mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Make content scripts load slightly earlier
This commit is contained in:
parent
248147e1e7
commit
839b23f1e9
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@
|
|||
"content_scripts": [
|
||||
{
|
||||
"matches":["<all_urls>"],
|
||||
"js":["content.js"]
|
||||
"js":["content.js"],
|
||||
"run_at":"document_end"
|
||||
}
|
||||
],
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue