ditch the unnecessary context

This commit is contained in:
idk
2020-01-13 17:17:18 -05:00
parent d94074b0ce
commit e2326bcadb

View File

@ -30,15 +30,6 @@ function onContextsGot(contexts) {
})
.then(onCreated, onNotCreated);
}
if (ids.indexOf(extensionpref) == -1) {
browser.contextualIdentities
.create({
name: extensionpref,
color: "pink",
icon: "gift"
})
.then(onCreated, onNotCreated);
}
if (ids.indexOf(webpref) == -1) {
browser.contextualIdentities
.create({