Release v2.1.0.0

This commit is contained in:
magnolia1234 2021-02-28 21:48:47 +01:00
parent 9b57f5824b
commit ade87f7678
4 changed files with 8 additions and 4 deletions

View file

@ -2,6 +2,8 @@
Changelog Bypass Paywalls Clean - Firefox Changelog Bypass Paywalls Clean - Firefox
Post-release Post-release
* v2.1.0.0 (2021-02-28)
Add Die Rheinpfalz (Germany) Add Die Rheinpfalz (Germany)
Add Gannett Group (local USA Today; opt-in to custom sites) Add Gannett Group (local USA Today; opt-in to custom sites)
Add New York Daily News (local USA) Add New York Daily News (local USA)

View file

@ -304,7 +304,9 @@ else if (matchDomain("americanbanker.com")) {
else if (matchDomain('telegraaf.nl')) { else if (matchDomain('telegraaf.nl')) {
if (window.location.href.startsWith('https://www.telegraaf.nl/error?ref=/')) { if (window.location.href.startsWith('https://www.telegraaf.nl/error?ref=/')) {
window.location.href = window.location.href.split('&')[0].replace('error?ref=/', ''); window.setTimeout(function () {
window.location.href = window.location.href.split('&')[0].replace('error?ref=/', '');
}, 500);
} }
let refresh = document.querySelector('div[id="content"] > meta[http-equiv="refresh"]'); let refresh = document.querySelector('div[id="content"] > meta[http-equiv="refresh"]');
if (refresh) { if (refresh) {

View file

@ -481,5 +481,5 @@
"*://*.wallkit.net/*", "*://*.wallkit.net/*",
"*://*.wsj.net/*" "*://*.wsj.net/*"
], ],
"version": "2.0.9.8" "version": "2.1.0.0"
} }

View file

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