aboutsummaryrefslogtreecommitdiff
path: root/browser
diff options
context:
space:
mode:
Diffstat (limited to 'browser')
-rw-r--r--browser/manifest.json3
-rw-r--r--browser/modifyResponseHeaders.json2
2 files changed, 3 insertions, 2 deletions
diff --git a/browser/manifest.json b/browser/manifest.json
index 2938880..cb7ecc7 100644
--- a/browser/manifest.json
+++ b/browser/manifest.json
@@ -21,7 +21,8 @@
{
"run_at": "document_start",
"matches": ["*://*.discord.com/*"],
- "js": ["content.js"]
+ "js": ["content.js"],
+ "all_frames": true
}
],
diff --git a/browser/modifyResponseHeaders.json b/browser/modifyResponseHeaders.json
index ed39075..5b0b3e3 100644
--- a/browser/modifyResponseHeaders.json
+++ b/browser/modifyResponseHeaders.json
@@ -15,7 +15,7 @@
]
},
"condition": {
- "resourceTypes": ["main_frame"]
+ "resourceTypes": ["main_frame", "sub_frame"]
}
},
{