mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-13 01:34:16 +01:00
Release v2.1.0.0
This commit is contained in:
parent
9b57f5824b
commit
ade87f7678
4 changed files with 8 additions and 4 deletions
|
@ -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)
|
||||||
|
|
|
@ -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) {
|
||||||
|
|
|
@ -481,5 +481,5 @@
|
||||||
"*://*.wallkit.net/*",
|
"*://*.wallkit.net/*",
|
||||||
"*://*.wsj.net/*"
|
"*://*.wsj.net/*"
|
||||||
],
|
],
|
||||||
"version": "2.0.9.8"
|
"version": "2.1.0.0"
|
||||||
}
|
}
|
|
@ -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" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue