mirror of
https://github.com/movie-web/movie-web.git
synced 2024-12-28 14:51:47 +01:00
Add opera
This commit is contained in:
parent
d43adb80d0
commit
affc1743f5
@ -70,7 +70,8 @@ export function detectExtensionInstall(): ExtensionDetectionResult {
|
|||||||
if (
|
if (
|
||||||
res.name === "chrome" ||
|
res.name === "chrome" ||
|
||||||
res.name === "chromium-webview" ||
|
res.name === "chromium-webview" ||
|
||||||
res.name === "edge-chromium"
|
res.name === "edge-chromium" ||
|
||||||
|
res.name === "opera"
|
||||||
)
|
)
|
||||||
return "chrome";
|
return "chrome";
|
||||||
if (res.name === "firefox") return "firefox";
|
if (res.name === "firefox") return "firefox";
|
||||||
|
Loading…
Reference in New Issue
Block a user