Solve addons.mozilla.org redirecting to Android add-ons page
Since recently (today, I guess) addons.mozilla.org redirects to Add-ons for Firefox Android page. The same behaviour is applied to links to specific add-ons (e.g. uBlock Origin link from welcome page leads to Android add-on webpage as well).
There are two ways to do it:
- Override useragent;
- Change links in welcome page to target desktop add-ons like:
The first solution is harder, but it is a bit more correct as users may get add-on links from other places. The second solution is easy to implement and can be used as temporary.
Edited by Administrator