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

Support for Opera Browser #61

Open
rthaut opened this issue Jan 29, 2019 · 1 comment
Open

Support for Opera Browser #61

rthaut opened this issue Jan 29, 2019 · 1 comment

Comments

@rthaut
Copy link
Owner

rthaut commented Jan 29, 2019

The Opera web browser also supports Extensions, so it should be possible to bring DeviantArt Filter to Opera now.

Unfortunately, it looks like Opera uses callbacks instead of promises, so supporting Opera may require using Mozilla's Web Extension polyfill, but Opera appears to use the chrome.* namespace, so hopefully the polyfill will just work as-is.

Additionally, there are a few differences in/for the supported Extension APIs between Opera and Chrome. Most notably, it looks like Opera only supports local storage, which means the settings (which use sync storage) will need some additional work to detect storage support and use the best available system.

@bob12111
Copy link

We definitely need this for Opera Browser!

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

No branches or pull requests

2 participants