Commit 939de662 authored by Zeyu DONG's avatar Zeyu DONG
Browse files

make content script run at document idle

it will be shower but more reliable
parent 47fcc902
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -20,8 +20,7 @@
"content_scripts": [
"content_scripts": [
    {
    {
      "matches": ["https://cas.sustc.edu.cn/cas/*", "http://enet.10000.gd.cn:10001/*"],
      "matches": ["https://cas.sustc.edu.cn/cas/*", "http://enet.10000.gd.cn:10001/*"],
      "js": ["content.js"],
      "js": ["content.js"]
	  "run_at": "document_end"
    }
    }
  ]
  ]
}
}
 No newline at end of file