Better Canvas에 대한 리뷰
Better Canvas 제작자: ksucpea
리뷰 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 님, 2달 전
- 5점 만점에 5점Firefox 사용자 17511759 님, 3달 전
- 5점 만점에 5점two_venezuelans 님, 3달 전
- 5점 만점에 2점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달 전