diff --git a/src/options.ts b/src/options.ts index 13a4bfee..d1f5b37e 100644 --- a/src/options.ts +++ b/src/options.ts @@ -32,7 +32,7 @@ async function init() { for (let i = 0; i < optionsElements.length; i++) { if ((optionsElements[i].getAttribute("private-mode-only") === "true" && !(await isIncognitoAllowed())) - || (optionsElements[i].getAttribute("no-safari") === "true" && navigator.vendor !== "Apple Computer, Inc.")) { + || (optionsElements[i].getAttribute("no-safari") === "true" && navigator.vendor === "Apple Computer, Inc.")) { optionsElements[i].classList.add("hidden"); continue; }