ksucpea / bettercanvas

Dark mode, better todo list, GPA calculator, and more for Canvas
MIT License
89 stars 23 forks source link

BetterCanvas unavailable for Firefox #13

Closed AsadSolos closed 1 year ago

AsadSolos commented 1 year ago

Pretty self-explanatory. The extension was removed from Firefox. Is it possible to upload the raw extension file/reupload it? Screen Shot 2022-09-22 at 5 02 27 PM

ksucpea commented 1 year ago

I'm in the process of fixing this, but addons is just being kind of weird with their review process. In the mean time you can download the firefox branch and load the extension into firefox yourself from here https://github.com/ksucpea/bettercanvas/tree/firefox

AsadSolos commented 1 year ago

Alright, will do. Thanks

AsadSolos commented 1 year ago

I fixed the extension. You were missing the ID which is required for it to be added, at least in a developer version of Firefox with Signature Verification off. Gonna upload the zip file, it's like 4 lines of code that needed to be changed. For the domain email thing I made it better@canvas.com if that's cool.

ksucpea commented 1 year ago

From my understanding, those 4 lines get added automatically when I upload the addon. They said they disabled the addon because it's "creating DOM nodes using potentially unsanitzed data from innerHTML", which is not the case. I don't use any unsanitzed data with innerHTML

ksucpea commented 1 year ago

Extension is back up on firefox if you'd like to install that instead