need to test more
This commit is contained in:
@@ -115,7 +115,7 @@ var updateAllColorsOnAllTabs = async () => {
|
|||||||
if (tabHost) {
|
if (tabHost) {
|
||||||
tabHost = tabHost.toLowerCase();
|
tabHost = tabHost.toLowerCase();
|
||||||
}
|
}
|
||||||
if (!(options.ignore && options.ignore.split('\n').includes(tabHost))) {
|
if (!(options.globals.ignore && options.globals.ignore.split('\n').includes(tabHost))) {
|
||||||
browser.tabs.executeScript(tabs[i].id, {
|
browser.tabs.executeScript(tabs[i].id, {
|
||||||
code: '(' + changeIcon.toString() + ')' +
|
code: '(' + changeIcon.toString() + ')' +
|
||||||
'("' + generateRandomColor(t.parentIndex) + '", "' + t.faviconUrl + '", ' + JSON.stringify(options) + ')'
|
'("' + generateRandomColor(t.parentIndex) + '", "' + t.faviconUrl + '", ' + JSON.stringify(options) + ')'
|
||||||
|
Reference in New Issue
Block a user