V1P3R-FMG / free-map-genie

Chromium/Firefox extension that unlocks mapgenie pro features for free.
MIT License
151 stars 10 forks source link

[REQUEST] Release content.js in a way that allows userscript loading #57

Open KairuByte opened 3 months ago

KairuByte commented 3 months ago

Is your feature request related to a problem? Please describe. Development addons are a little annoying in firefox, you need to load them every time you start the browser. There exist userscript loading plugins that would allow loading of the main javascript into the page.

Describe the solution you'd like A standalone content.js released alongside the extensions, as an asset.

Describe alternatives you've considered None really, this is a firefox limitation.

Additional context Userscripts are a little more advanced, but plenty of users would utilize them.

kauht commented 2 months ago

I don't know anything about extension development but the normal extension works fine for me, It behaves like any other normal firefox extension, if you are talking about the v3 version, yeah I guess. I have only loaded it as a temporary addon as I have no clue what I am doing and is the only way I can get it to work.

MrFusiion commented 2 months ago

Yeah normally when I release the firefox extension I sign it. So it should work like any other extension except that its not listed in the extension store. And for the dev build I use webext to launch a browser that automatically loads the extension. Open a console in the project root folder and use the command yarn start -- firefox dev but you will need to install nodejs and yarn,`.