mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-12 10:39:57 +00:00
Dynamically register media overlay content script
This commit is contained in:
@@ -9,6 +9,7 @@ const _ = browser.i18n.getMessage;
|
||||
const req = new XMLHttpRequest();
|
||||
req.open("GET", browser.runtime.getURL(
|
||||
"senders/media/overlay/overlayContent.js"), false);
|
||||
|
||||
req.send();
|
||||
|
||||
if (req.status === 200) {
|
||||
|
||||
Reference in New Issue
Block a user