mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Remove compat script registration
This commit is contained in:
@@ -97,14 +97,6 @@ browser.contentScripts.register({
|
||||
, runAt: "document_start"
|
||||
});
|
||||
|
||||
// YouTube compat shim
|
||||
browser.contentScripts.register({
|
||||
allFrames: true
|
||||
, js: [{ file: "compat/youtube.js" }]
|
||||
, matches: [ "*://www.youtube.com/*" ]
|
||||
, runAt: "document_start"
|
||||
});
|
||||
|
||||
|
||||
// Screen/Tab mirroring "Cast..." context menu item
|
||||
browser.menus.create({
|
||||
|
||||
Reference in New Issue
Block a user