Release v2.5.3.1

merge-requests/3/head v2.5.3.1
magnolia1234 2 years ago
parent 31a8d07261
commit ab8e66fbb5

@ -602,8 +602,9 @@ ext_api.webRequest.onHeadersReceived.addListener(function (details) {
// block inline script
var block_js_inline = [];
if (block_js_inline.length)
ext_api.webRequest.onHeadersReceived.addListener(function (details) {
if (block_js_inline.length === 0 || !isSiteEnabled(details)) {
if (!isSiteEnabled(details)) {
return;
}
var headers = details.responseHeaders;

@ -3,6 +3,9 @@ Changelog Bypass Paywalls Clean - Firefox
Post-release
* v2.5.3.1 (2022-01-23)
Hotfix block inline script
* v2.5.3.0 (2022-01-23)
Add Huffingtonpost.it
Add Outside

@ -603,5 +603,5 @@
"*://*.wsj.net/*",
"*://*.zephr.com/*"
],
"version": "2.5.3.0"
"version": "2.5.3.1"
}

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

Loading…
Cancel
Save