diff --git a/platform/common/vapi-background.js b/platform/common/vapi-background.js index b9b425944..cf1f76131 100644 --- a/platform/common/vapi-background.js +++ b/platform/common/vapi-background.js @@ -410,16 +410,6 @@ vAPI.Tabs = class { return; } - // https://github.com/gorhill/uBlock/issues/3053#issuecomment-332276818 - // Do not try to lookup uBO's own pages with FF 55 or less. - if ( - vAPI.webextFlavor.soup.has('firefox') && - vAPI.webextFlavor.major < 56 - ) { - this.create(targetURL, details); - return; - } - // https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/tabs/query#Parameters // "Note that fragment identifiers are not matched." // Fragment identifiers ARE matched -- we need to remove the fragment.