浏览代码

fix: can't select element on dynamic iframe

Ahmad Kholid 2 年之前
父节点
当前提交
0187e6f1c9
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/manifest.chrome.json

+ 1 - 0
src/manifest.chrome.json

@@ -26,6 +26,7 @@
       "matches": ["<all_urls>"],
       "js": ["contentScript.bundle.js"],
       "run_at": "document_start",
+      "match_about_blank": true,
       "all_frames": true
     },
     {