figure out why it isn't launching into containers like on desktop
This commit is contained in:
12
scrub.js
12
scrub.js
@@ -100,13 +100,13 @@ var contextSetup = async function(requestDetails) {
|
||||
var context = await browser.contextualIdentities.query({
|
||||
name: titlepref
|
||||
});
|
||||
console.log(
|
||||
"(isolate) I2P Browser context",
|
||||
context[0].cookieStoreId,
|
||||
"tab context",
|
||||
tabId.cookieStoreId
|
||||
);
|
||||
if (tabId.cookieStoreId != context[0].cookieStoreId) {
|
||||
console.log(
|
||||
"(isolate) I2P Browser context",
|
||||
context[0].cookieStoreId,
|
||||
"tab context",
|
||||
tabId.cookieStoreId
|
||||
);
|
||||
function Create(currentTab) {
|
||||
function onCreated(tab) {
|
||||
function closeOldTab(tab) {
|
||||
|
Reference in New Issue
Block a user