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