sblask-webextensions / webextension-skip-redirect

Some web pages use intermediary pages before redirecting to a final page. This add-on tries to extract the final url from the intermediary url and goes there straight away if successful.
https://addons.mozilla.org/firefox/addon/skip-redirect/
MIT License
481 stars 45 forks source link

support android #219

Closed linsui closed 3 years ago

linsui commented 3 years ago

I test it on Fenix and at least the basic function works now.

sblask commented 3 years ago

Cool stuff, didn't know about optional chaining. Before this change, did it not work at all, or did it work while printing an error in the console?

linsui commented 3 years ago

Before this change it didn't work at all on Android.

crssi commented 3 years ago

This looks interesting. What is the meaning of ?? Can you share URL to more info about it?

Thank you Cheers

linsui commented 3 years ago

What is the meaning of ?? Can you share URL to more info about it?

https://javascript.info/optional-chaining

crssi commented 3 years ago

Thank you @sblask ❤️

sblask commented 3 years ago

This has now been submitted.

linsui commented 3 years ago

Thanks! It works!

sblask commented 3 years ago

@linsui where did you get the update from? I just got an email from someone saying they can't find it on the addon page? I don't use Firefox on Android, is there anything special going on?

linsui commented 3 years ago

The official Firefox for Android only support few addons in stable channel. Firefox Nightly, iceraven and Fennec F-Droid can install addons from a custom collection. See https://blog.mozilla.org/addons/2020/09/29/expanded-extension-support-in-firefox-for-android-nightly/