mirror of
https://github.com/bytedream/stream-bypass.git
synced 2025-06-27 18:40:31 +02:00
Add streama2z.com (#19)
This commit is contained in:
@ -35,6 +35,10 @@ async function main() {
|
||||
return;
|
||||
}
|
||||
|
||||
if (!url) {
|
||||
return;
|
||||
}
|
||||
|
||||
// send the url to the ff2mpv (https://github.com/woodruffw/ff2mpv) application
|
||||
if (await Other.getFf2mpv()) {
|
||||
await chrome.runtime.sendMessage({ action: 'ff2mpv', url: url });
|
||||
|
Reference in New Issue
Block a user