From 127ea05a9e10670113a413c7ef1376dce2ddfae9 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sat, 4 Jun 2022 11:12:45 -0400 Subject: [PATCH] Replace `responsive` with `intab` for better remdering og panel in a tab Related feedback: - https://github.com/uBlockOrigin/uBlock-issues/issues/2116#issuecomment-1143634719 --- platform/common/vapi-background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/common/vapi-background.js b/platform/common/vapi-background.js index cc27515c8..08f7d4d43 100644 --- a/platform/common/vapi-background.js +++ b/platform/common/vapi-background.js @@ -812,7 +812,7 @@ vAPI.setIcon = (( ) => { browser.browserAction.onClicked.addListener(function(tab) { vAPI.tabs.open({ select: true, - url: `popup-fenix.html?tabId=${tab.id}&responsive=1`, + url: `popup-fenix.html?tabId=${tab.id}&intab=1`, }); });