Browse Source

fix: can't select element on dynamic iframe

Ahmad Kholid 2 years ago
parent
commit
0187e6f1c9
1 changed files with 1 additions and 0 deletions
  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
     },
     {