Release v2.6.8.0

This commit is contained in:
magnolia1234 2022-05-08 20:03:26 +02:00
parent aa35a53268
commit a57dbaac8b
5 changed files with 7 additions and 5 deletions

View file

@ -54,7 +54,7 @@ Use adblocker with custom (content)filter: https://gitlab.com/magnolia1234/bypas
#### Notes #### Notes
* This add-on works best alongside the adblocker [uBlock Origin](https://addons.mozilla.org/en-US/firefox/addon/ublock-origin). * 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. * 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 ### List of supported websites

View file

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

View file

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

View file

@ -19,7 +19,7 @@
"cond": "div[class^=\"_\"]", "cond": "div[class^=\"_\"]",
"rm_attrib": "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 "rm_elem": 1
} }
] ]

View file

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