-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not work with FF 57 #5
Comments
I suppose VSW doesn't work anymore due to the new multiprocess architecture, fixing it is almost impossible |
That is bad news, ViewSourceWith was an extremely useful and much-appreciated utility. Firefox finally fixes its not responding problem but kills my productivity by deactivating my most-used add-ons, ugh. Added: found a workaround that allows me to edit web page content via right-click + select View Page Source, I hope this isn't rude to mention it here: |
Honestly I'm very angry but radical modifications require to rewrite 90% of code and many things are no longer possible with new add-ons programming model |
Yes. I agree with the anger. Mozilla felt they had to do what they did
in order to keep control over add-ons' vulnerabilities, also to improve
performance in order to remain competitive with other browsers, and in
the process, users are thrown under the bus. Still, it's typical of
development headaches with legacy add-ons. At least I can still have the
VSW functionality by hacking via about:config, which is analogous to
hacking Windows itself by using Regedit, also often necessary.
Unfortunately, the not-so-technically adept are left helpless. A similar
problem is Mozilla's impending abandonment of Thunderbird (it's already
a stepchild), which is, IMHO, the most versatile and best E-mail client
out there. Still, the new Quantum browser seems much faster, and has a
much smaller memory footprint.
|
What I like most about VSW is that I get a list of CSS and JS files used on a webpage with the click of button. Which I can then review with one click as well. Does anyone know a method so that I can do that in Quantum without VSW? |
VSW does not work with today's new FF57 (Quantum), because Mozilla now requires add-ons to be signed. I desperately need this for development speed/ease. Please update it ASAP, David. I've paid for it. Thanks & ciao!
The text was updated successfully, but these errors were encountered: