Release v2.6.8.0

merge-requests/7/head v2.6.8.0
magnolia1234 2 years ago
parent aa35a53268
commit a57dbaac8b

@ -54,7 +54,7 @@ Use adblocker with custom (content)filter: https://gitlab.com/magnolia1234/bypas
#### Notes
* This add-on works best alongside the adblocker [uBlock Origin](https://addons.mozilla.org/en-US/firefox/addon/ublock-origin).
* You will be logged out for most of the sites you have checked.
* Some sites need to redirect to an amp-page (add an exception in your amp2html add-on).
* Some sites need to redirect to an amp-page (add an exception in your `Redirect AMP to HTML` add-on).
### List of supported websites

@ -2,6 +2,8 @@
Changelog Bypass Paywalls Clean - Firefox
Post-release
* v2.6.8.0 (2022-05-08)
Add De Tijd & L'Echo
Add Finance.si
Add group Mediahuis Noord (opt-in to custom sites for unlisted)

@ -671,5 +671,5 @@
"*://*.wsj.net/*",
"*://webcache.googleusercontent.com/*"
],
"version": "2.6.7.5"
"version": "2.6.8.0"
}

@ -19,7 +19,7 @@
"cond": "div[class^=\"_\"]",
"rm_attrib": "class"
}, {
"cond": "div.o-rte-text > p:not([class]), div.o-rte-text > h3a",
"cond": "div.o-rte-text > p:not([class]), div.o-rte-text > h3",
"rm_elem": 1
}
]

@ -2,8 +2,8 @@
"addons": {
"magnolia@12.34": {
"updates": [
{ "version": "2.6.7.0",
"update_link": "https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass_paywalls_clean-2.6.7.0.xpi" }
{ "version": "2.6.8.0",
"update_link": "https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass_paywalls_clean-2.6.8.0.xpi" }
]
}
}

Loading…
Cancel
Save