homepage: link to firefox PC addons page
Replace the generic addons links with ones that link to the addons for the PC version of Firefox. Otherwise, because of the user-agent, we would get redirected to the Android Firefox addons page. Android addons are limited in their feature set. Related: https://extensionworkshop.com/documentation/develop/differences-between-desktop-and-android-extensions/
This commit is contained in:
parent
185b3be0b6
commit
ef47ec8ff0
1 changed files with 2 additions and 2 deletions
|
@ -10,13 +10,13 @@
|
||||||
<h2>How to install add-ons</h2>
|
<h2>How to install add-ons</h2>
|
||||||
<p class="text">
|
<p class="text">
|
||||||
Use the official
|
Use the official
|
||||||
<a href="https://addons.mozilla.org/">add-on website</a>
|
<a href="https://addons.mozilla.org/firefox/">add-on website</a>
|
||||||
from Mozilla. Ignore the note about "Add-ons Manager" and hit "Download
|
from Mozilla. Ignore the note about "Add-ons Manager" and hit "Download
|
||||||
file" to install add-ons. Take care, some add-ons may not be respectful
|
file" to install add-ons. Take care, some add-ons may not be respectful
|
||||||
of your privacy. Here is a free software add-on that we trust:
|
of your privacy. Here is a free software add-on that we trust:
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li> <a href="https://addons.mozilla.org/en-US/addon/ublock-origin/">uBlock Origin</a>:
|
<li> <a href="https://addons.mozilla.org/firefox/addon/ublock-origin/">uBlock Origin</a>:
|
||||||
a wide-spectrum content blocker, that prevents most
|
a wide-spectrum content blocker, that prevents most
|
||||||
websites from wasting <i>your</i> resources (time,
|
websites from wasting <i>your</i> resources (time,
|
||||||
traffic, battery, CPU and RAM).
|
traffic, battery, CPU and RAM).
|
||||||
|
|
Loading…
Reference in a new issue