Cimbali / CleanLinks

Converts obfuscated/nested links to genuine clean links.
https://addons.mozilla.org/en-GB/firefox/addon/clean-links-webext/
Mozilla Public License 2.0
77 stars 2 forks source link

Support Opera #109

Open embcla opened 4 years ago

embcla commented 4 years ago

Hi and thanks for this addon! This is exactly what I was looking for: I'm annoyed at having to manually clean up links in my emails and on search engines.

Have you investigated how complex it would be to port to Opera? It's a great browser, I started using it instead of Firefox quite some years ago due to embedded vpn and generally higher speed and more polished (my opinion) aesthetics.

Cimbali commented 4 years ago

It’s on the wishlist (see #32 − but let’s keep this issue open) but I haven’t had time to look into it yet. Some usability issues still have higher priority.

Cimbali commented 4 years ago

For references, here is the Browser support for JavaScript APIs. In particular (off the top of my head and for the current version − so no 100% guarantee of accuracy) we use:

As you can see the add-on seems to be easily compatible. However this is just drawn from a summary table: there is already special handling for versions within Firefox, so I’m sure there will be corner cases across browsers as well.

Cimbali commented 3 years ago

I think now that the polyfill is in there, it is mostly testing, building the extension, and uploading to the Opera store. I’ve never done that before, so it might take some time.

embcla commented 3 years ago

Thank you for the update! Honestly I had a look at the list of functions and was flabbergasted: been an embedded developer all my life, js and ui stuff are really weird 😅