mainfest.json

"content_scripts": [
		{
		  "js": ["js/content_script.js"],
		  "matches": [
			"http://mp.weixin.qq.com/*",
			"https://mp.weixin.qq.com/*"
		  ],
		  "run_at": "document_start"
		}
	  ],

Cannot set property 'innerHTML' of null

解决办法

"content_scripts": [
		{
		  "js": ["js/content_script.js"],
		  "matches": [
			"http://mp.weixin.qq.com/*",
			"https://mp.weixin.qq.com/*"
		  ],
		  "run_at": "document_end"
		}
	  ],

Cannot set property 'innerHTML' of null

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-21
  • 2022-12-23
  • 2021-05-02
  • 2022-12-23
  • 2021-10-16
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案