Syntax fix

pull/495/head^2
Kevin Payravi 2024-02-17 02:07:15 -06:00
parent fbc48e58cf
commit c52858cf2f
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ chrome.webRequest.onBeforeSendHeaders.addListener(
}
}
},
{ urls: ['*://*.fandom.com/*', '*://*.wiki.fextralife.com/*', , '*://*.neoseeker.com/wiki/*'], types: ['main_frame', 'sub_frame'] }
{ urls: ['*://*.fandom.com/*', '*://*.wiki.fextralife.com/*', '*://*.neoseeker.com/wiki/*'], types: ['main_frame', 'sub_frame'] }
);
// Listen for user turning extension on or off, to update icon