62 reviews
- Rated 5 out of 5
- Rated 4 out of 5
- Rated 4 out of 5
- Rated 5 out of 5
- Rated 5 out of 5
- Rated 2 out of 5
Developer response
posted 3 months ago - Rated 4 out of 5
- Rated 5 out of 5
- Rated 5 out of 5id love it if you could remove the code that logs "the element does not exist." in the console constantly, really annoys me when programming other stuff
edit to respond:
content.js 135
async function reminderWatch() {
const sync = await chrome.storage.sync.get("remind");
if (sync["remind"] !== true) {
console.log(document.getElementById("bettercanvas-reminders") ? "the element exists!" : "the element does not exist.");
if (document.getElementById("bettercanvas-reminders")) document.getElementById("bettercanvas-reminders").style.display = "none";
return;
}
i assume it's on some old version? i looked at the github code and saw nothing. i checked and do have the link set correctly.Developer response
posted 4 months ago