Skip to content
This repository has been archived by the owner on May 12, 2020. It is now read-only.

Support for Firefox developer edition? #52

Open
mspreij opened this issue Oct 4, 2017 · 6 comments
Open

Support for Firefox developer edition? #52

mspreij opened this issue Oct 4, 2017 · 6 comments

Comments

@mspreij
Copy link

mspreij commented Oct 4, 2017

And for future versions of Firefox I suspect.. they changed the API for extensions. I would miss this extension so much! :-/

@eridal
Copy link
Contributor

eridal commented Oct 4, 2017

This can't be the end. There has to be a way that allow us to load these files from disk.

@sasha-x
Copy link

sasha-x commented Mar 4, 2018

I like this addon and try to make its works.
Now dirty hack applied here https://github.com/sasha-ch/dotjs2-addon and works somehow on FF 58 Win7.

Other idea is to put our .js inside addon folder, use "web_accessible_resources": ["js/*.js"] in manifest.json and resign-reinstall addon after each permanent .js modification. Temporary modifications may be maked/tested via about:debugging

Other idea is to set up local web server and refer to files like http://127.1/my.dear.site.com.js in addon code.

@rlr , @eridal and others - what do you think about it all?

@eridal
Copy link
Contributor

eridal commented Mar 9, 2018

This looks promising!

I'm still waiting on full support to upgrade (plus tab-groups) but I'll give a try using a separate firefox installation.

Have you tried the addon folder approach? we could create a link from there into ~/.js --if your OS support such links

@sasha-x
Copy link

sasha-x commented Mar 11, 2018

Have you tried the addon folder approach? we could create a link from there into ~/.js

@eridal, I'm not sure what do you mean.

I'm windows user now but I am ok with linux and my code will be tested with *nix soon.

I'm sorry for my English sometimes.

@sasha-x
Copy link

sasha-x commented May 7, 2018

New version of https://github.com/sasha-ch/dotjs2-addon drafted.
Require local web server. Linux.

Feedback are welcome.

@mwgamera
Copy link

mwgamera commented May 7, 2018

Has anyone thought about using native messaging?
The setup is brittle and a bit more annoying than with a web server, but more pleasant to use afterwards and it seems to be how it's supposed to be done with WebExtensions. I had some success in using it to access local resources from Chromium with tiny Perl scripts, and it seems to work mostly the same in Firefox (except different location of manifests; and that you can't load unsigned addon other than temporarily to be wiped on next restart so I didn't have much use of it here).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants