1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-05 11:37:01 +02:00

Replace responsive with intab for better remdering og panel in a tab

Related feedback:
- https://github.com/uBlockOrigin/uBlock-issues/issues/2116#issuecomment-1143634719
This commit is contained in:
Raymond Hill 2022-06-04 11:12:45 -04:00
parent 9330c3dda6
commit 127ea05a9e
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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`,
});
});