BetterSEQTA / BetterSEQTA-Plus

BetterSEQTA+ - A continuation of development of the BetterSEQTA chrome extension.
https://chromewebstore.google.com/detail/betterseqta+/afdgaoaclhkhemfkkkonemoapeinchel
MIT License
19 stars 7 forks source link

Firefox support #43

Closed SashaIsTheBest closed 10 months ago

SashaIsTheBest commented 10 months ago

Is it gonna be coming sometime soon?

SethBurkart123 commented 10 months ago

I'll put that up on the priorities. Will have a look, it shouldn't be too hard.

MEGA-Dawg68 commented 10 months ago

I have been looking and it seems like it might be a entire code overhaul required.

SethBurkart123 commented 10 months ago

I mean, with polyfills and a separate manifest.json it might work?

SethBurkart123 commented 10 months ago
image

Got it loading correctly.

SashaIsTheBest commented 10 months ago

Woo hoo! I would test it but I’m on a plane right now. Thank you!

On Fri, 17 Nov 2023 at 4:10 am, Seth Burkart @.***> wrote:

[image: image] https://user-images.githubusercontent.com/108050083/283582729-03acb0cc-c8b5-4f36-8994-d1fec2611b2c.png Got it loading correctly.

— Reply to this email directly, view it on GitHub https://github.com/SethBurkart123/EvenBetterSEQTA/issues/43#issuecomment-1815240686, or unsubscribe https://github.com/notifications/unsubscribe-auth/A5JLFCTTH2Q3B4RHJPUG5M3YEZXMJAVCNFSM6AAAAAA7NTXA7SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMJVGI2DANRYGY . You are receiving this because you authored the thread.Message ID: @.***>

SethBurkart123 commented 10 months ago

It's currently on the firefox-dev branch. I have a bit of stuff to fix like icons not working? (idk, the font is giving some issues)

Crazypersonalph commented 10 months ago

I'll go look through the code to see what is wrong with the firefox-dev branch

Crazypersonalph commented 10 months ago

As part of this, we will also need to migrate our namespace over from the chrome namespace to the browser namespace and implement firefox's polyfilling.

Crazypersonalph commented 10 months ago

61 - We are almost there. I'll get a review from @SethBurkart123 so we can make sure its stable and then it should be ready.

Crazypersonalph commented 10 months ago

Finished in 423726f