My injected [removed] runs after the target-page's javascript, despite using run_at: document_start?

后端 未结 4 2008
渐次进展
渐次进展 2021-01-01 19:36

I am having some problem with the order of javascript execution when I use the content script to inject some javascript into the HTML page:

This is my HTML page I us

4条回答
  •  轮回少年
    2021-01-01 20:10

    When you inject javascript onto the page like that, it comes in asynchronously. When you actually have the

提交回复
热议问题