Update installation instructions

merge-requests/1/head
magnolia1234 4 years ago
parent bf2257ee31
commit e49b96a103

@ -13,6 +13,8 @@
[Download and install the latest version](https://bitbucket.org/magnolia1234/bypass-paywalls-firefox-clean/downloads) [Download and install the latest version](https://bitbucket.org/magnolia1234/bypass-paywalls-firefox-clean/downloads)
Here you can also find a limited permissions version (custom sites will not be working though). Here you can also find a limited permissions version (custom sites will not be working though).
Install add-on by downloading xpi-file. Install add-on by downloading xpi-file.
On Android this add-on only works with Firefox 68 (Fennec); Firefox 79 (Fenix) only supports 9 add-ons (for now).
So don't update to Firefox 79 or use F-droid's [Fennec-release](https://f-droid.org/en/packages/org.mozilla.fennec_fdroid/)
### List of supported websites ### List of supported websites
##### World news ##### World news

@ -122,7 +122,7 @@ else if (matchDomain("washingtonpost.com")) {
} }
} }
else if (matchDomain("wsj.com") & !matchDomain("cn.wsj.com")) { else if (matchDomain("wsj.com") && !matchDomain("cn.wsj.com")) {
if (location.href.includes('/articles/')) { if (location.href.includes('/articles/')) {
const close_button = document.querySelector('div.close-btn[role="button"]'); const close_button = document.querySelector('div.close-btn[role="button"]');
if (close_button) if (close_button)

Loading…
Cancel
Save