Everything but the page itself for #83

This commit is contained in:
idk
2022-10-03 01:33:55 -04:00
parent 77fff0c754
commit beb2939067

View File

@ -453,10 +453,10 @@ function handleContextProxyError(err) {
function changeTabErr(error) {
console.error(`Error: ${error}`);
}
console.log(err);
function changeTabPage(tabs) {
function checkTabCookieStore(context) {
console.error("tabs", tabs, "context", context);
for (let index = 0; index < tabs.length; index += 1) {
let tab = tabs[index];
if (tab.cookieStoreId == context[0].cookieStoreId) {