maxhu08 / mtab

🌾 lightweight new tab page extension
https://chromewebstore.google.com/detail/mtab/fdaphilojaklgkoocegabckfanjoacjg
MIT License
261 stars 9 forks source link

Can't save settings anymore? #24

Closed StrongSand94191 closed 1 month ago

StrongSand94191 commented 1 month ago

No matter if I press the save button or use ctrl-S, I never get the popup saying my changes have been saved, and the changes don't take effect :/

maxhu08 commented 1 month ago

There's probably an error when saving. Try inspect element and go to console and saving again. Let me know what the error is. Not at my computer right now, but I'll try to fix it tomorrow.

StrongSand94191 commented 1 month ago

Sometimes I get TypeError: document.querySelector(...) is null and sometimes I don't get anything

maxhu08 commented 1 month ago

Make sure title.faviconType has a option selected. If an option doesn't have any button selected, you'll get an error like that.

StrongSand94191 commented 1 month ago

Thanks!