schoolbox web extension :)
0
fork

Configure Feed

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

style: move return from block

Willow 083e4363 51bebf8e

+1 -3
+1 -3
src/plugins/homepage-switcher/homepage-switcher.js
··· 2 2 3 3 logos.forEach((logo) => { 4 4 logo.addEventListener("click", function (e) { 5 - if (window.location.pathname === "/") { 6 - return; 7 - } 5 + if (window.location.pathname === "/") return; 8 6 e.preventDefault(); 9 7 chrome.storage.local.get(["settings"], function () { 10 8 let tab = logos[0].href;