mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 03:41:57 +01:00
Release v2.6.8.0
This commit is contained in:
parent
aa35a53268
commit
a57dbaac8b
5 changed files with 7 additions and 5 deletions
|
@ -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…
Reference in a new issue