schoolbox web extension :)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

refactor: remove redundant console log

willow e0a16d05 267ce511

-1
-1
src/entrypoints/plugins/homepageSwitcher.ts
··· 24 24 25 25 if (logos) { 26 26 const tab = logos[0].href; 27 - console.log("closeCurrentTab", closeCurrentTab); 28 27 if (closeCurrentTab) window.close(); // TODO: Scripts may only close windows that were opened by a script. 29 28 browser.runtime.sendMessage({ toTab: tab }); 30 29 }