diff --git a/static/popup.js b/static/popup.js index 3d7eda0..16ed0ab 100644 --- a/static/popup.js +++ b/static/popup.js @@ -1,5 +1,5 @@ async function showNoChromiumPopup() { - if (localStorage.getItem("no-chromium-popup-shown") != "1") { + if (navigator.userAgent.includes("Chrome") && localStorage.getItem("no-chromium-popup-shown") != "1") { const divPage = document.createElement("div"); const response = await fetch("https://no-chromium.org/popup/");