diff --git a/js/messaging.js b/js/messaging.js index 1ab433b5..2ba9e033 100644 --- a/js/messaging.js +++ b/js/messaging.js @@ -10,6 +10,9 @@ const VIVALDI = Boolean(chrome.app) && navigator.userAgent.includes('Vivaldi'); // const ANDROID = !chrome.windows; let FIREFOX = !chrome.app && parseFloat(navigator.userAgent.match(/\bFirefox\/(\d+\.\d+)|$/)[1]); +// see PR #781 +const CHROME_HAS_BORDER_BUG = CHROME >= 3167 && CHROME <= 3704; + if (!CHROME && !chrome.browserAction.openPopup) { // in FF pre-57 legacy addons can override useragent so we assume the worst // until we know for sure in the async getBrowserInfo() diff --git a/options.html b/options.html index 66b3ea23..af620626 100644 --- a/options.html +++ b/options.html @@ -109,7 +109,7 @@ -