rthaut / deviantART-Filter

A browser extension that allows you to filter DeviantArt by user, keyword, and/or category.
https://rthaut.github.io/deviantART-Filter/
GNU General Public License v3.0
30 stars 1 forks source link

Support for Opera Browser #61

Open rthaut opened 5 years ago

rthaut commented 5 years ago

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 commented 2 months ago

We definitely need this for Opera Browser!