Release v3.3.9.0

This commit is contained in:
magnolia1234 2023-10-22 18:12:49 +02:00
parent 1d93ea367d
commit 9ae5edff91
5 changed files with 15 additions and 6 deletions

View file

@ -3,6 +3,8 @@ Changelog Bypass Paywalls Clean - Firefox
Updates (install signed xpi-file): https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean/-/releases Updates (install signed xpi-file): https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean/-/releases
Post-release Post-release
* v3.3.9.0 (2023-10-22)
Add Balkan Insight Add Balkan Insight
Add Groupe Quebecor Add Groupe Quebecor
Add Inside Retail (opt-in to custom sites) Add Inside Retail (opt-in to custom sites)

View file

@ -51,5 +51,5 @@
"webRequestBlocking", "webRequestBlocking",
"*://*/*" "*://*/*"
], ],
"version": "3.3.8.8" "version": "3.3.9.0"
} }

View file

@ -158,6 +158,12 @@
"allow_cookies": 1, "allow_cookies": 1,
"domain": "die-glocke.de" "domain": "die-glocke.de"
}, },
"Dn.se": {
"add_ext_link": "div.esi-paywall|div.article__content",
"add_ext_link_type": "archive.is",
"allow_cookies": 1,
"domain": "dn.se"
},
"Dominionpost.com": { "Dominionpost.com": {
"allow_cookies": 1, "allow_cookies": 1,
"block_regex": "\\.dominionpost\\.com\\/wp-content\\/plugins\\/leaky-paywall\\/js\\/leaky-paywall-cookie\\.js", "block_regex": "\\.dominionpost\\.com\\/wp-content\\/plugins\\/leaky-paywall\\/js\\/leaky-paywall-cookie\\.js",
@ -574,8 +580,9 @@
"allow_cookies": 1, "allow_cookies": 1,
"domain": "rp-online.de" "domain": "rp-online.de"
}, },
"Rp.pl (free articles only)": { "Rp.pl": {
"domain": "rp.pl" "domain": "rp.pl",
"ld_google_webcache": "div.paywallComponentWrapper|div.main--content--body"
}, },
"Schwaebische-post.de": { "Schwaebische-post.de": {
"allow_cookies": 1, "allow_cookies": 1,

View file

@ -807,5 +807,5 @@
"*://*.wyleex.com/*", "*://*.wyleex.com/*",
"*://webcache.googleusercontent.com/*" "*://webcache.googleusercontent.com/*"
], ],
"version": "3.3.8.8" "version": "3.3.9.0"
} }

View file

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