diff --git a/webextensions/common/Tab.js b/webextensions/common/Tab.js index 49bbf0067..3885b6f9b 100644 --- a/webextensions/common/Tab.js +++ b/webextensions/common/Tab.js @@ -401,7 +401,7 @@ export default class Tab { // "Blank Page" is chosen as the new tab page. So we can detect the case // safely here. // (confirmed on Firefox 124) - if (isNewTabCommandTab(this.tab.url)) + if (isNewTabCommandTab(this.tab)) return true; // Firefox always opens a blank tab as the placeholder, when trying to