Skip to content
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

Firefox Quantum Update #4

Open
alankchan opened this issue Oct 16, 2017 · 1 comment
Open

Firefox Quantum Update #4

alankchan opened this issue Oct 16, 2017 · 1 comment

Comments

@alankchan
Copy link

Please update your plugin for compatibility to Firefox Quantum. Yours is the last plugin in my legacy extensions list left to be compatible with the new Firefox version.

@tombrennan06
Copy link

Not an ideal replacement, but you could use a bookmarklet similar to the following:
javascript:(function(){ var link = document.createElement('a'); if (typeof link.download === 'string') { document.body.appendChild(link); link.download = document.baseURI.split('/').pop().split('#')[0].split('?')[0]; link.href = document.baseURI; link.click(); document.body.removeChild(link);} else { location.replace(uri);}})();

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

No branches or pull requests

2 participants