mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 03:31:57 +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
|
||||
|
||||
Post-release
|
||||
|
||||
* v2.1.0.0 (2021-02-28)
|
||||
Add Die Rheinpfalz (Germany)
|
||||
Add Gannett Group (local USA Today; opt-in to custom sites)
|
||||
Add New York Daily News (local USA)
|
||||
|
|
|
@ -304,7 +304,9 @@ else if (matchDomain("americanbanker.com")) {
|
|||
|
||||
else if (matchDomain('telegraaf.nl')) {
|
||||
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"]');
|
||||
if (refresh) {
|
||||
|
|
|
@ -481,5 +481,5 @@
|
|||
"*://*.wallkit.net/*",
|
||||
"*://*.wsj.net/*"
|
||||
],
|
||||
"version": "2.0.9.8"
|
||||
"version": "2.1.0.0"
|
||||
}
|
|
@ -2,8 +2,8 @@
|
|||
"addons": {
|
||||
"magnolia@12.34": {
|
||||
"updates": [
|
||||
{ "version": "2.0.9.1",
|
||||
"update_link": "https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass_paywalls_clean-2.0.9.1.xpi" }
|
||||
{ "version": "2.1.0.0",
|
||||
"update_link": "https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass_paywalls_clean-2.1.0.0.xpi" }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue