Pārlūkot izejas kodu

fix: can't select element on dynamic iframe

Ahmad Kholid 2 gadi atpakaļ
vecāks
revīzija
0187e6f1c9
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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
     },
     {