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