Better Canvas 的评价
Better Canvas 作者: ksucpea
ksucpea 的回应
开发者回应
发布于 2 年前Hi, it sounds like you might be in list view if dark mode is the only thing working. Most of the features only work in card view. Can you try switching to it and see if that helps?
Edit: Glad to hear that it worked. Enjoy!
Edit: Glad to hear that it worked. Enjoy!
62 条评价
- i love the extension! it lets me customize the course cards and makes everything so aesthetic.
however, the user generated themes opt-in is slightly broken. when i hit the opt-in button, it only shows one theme option per page instead of the 24 default options per page. overall im super happy with the extension :) - 评分 5 / 5来自 Firefox 用户 18827319, 3 个月前
- 评分 5 / 5来自 Firefox 用户 17511759, 3 个月前
- 评分 5 / 5来自 two_venezuelans, 3 个月前
- 评分 2 / 5来自 Firefox 用户 18801628, 3 个月前The level of customization is pretty good, but it doesn't let me submit assignments.
开发者回应
发布于 3 个月前Are you sure better canvas is causing this? I don't know of anything in the code that would prevent you from submitting an assignment. If you mean the submit button is missing, then check your dark mode colors - they may all be the same color which could make it appear like the button is missing. - 评分 5 / 5来自 Firefox 用户 17203931, 3 个月前
- 评分 5 / 5来自 NarwhalKid, 4 个月前id 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.开发者回应
发布于 4 个月前Ah, that's totally my bad. I forgot about that feature, it's the only one that would run on all pages lol. I think this might be a remnant of an older version, but Firefox has been kinda weird lately and taking a while to update the extension. - 评分 5 / 5来自 lastlegume, 5 个月前
- 评分 5 / 5来自 Poppyalyssa, 6 个月前
- 评分 5 / 5来自 Firefox 用户 17693921, 7 个月前
- 评分 5 / 5来自 Firefox 用户 16334024, 8 个月前