Release v3.5.8.0

This commit is contained in:
magnolia1234 2024-03-03 21:07:31 +01:00
parent 6cee38f919
commit 78fc1f1213
5 changed files with 7 additions and 5 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.5.8.0 (2024-03-03)
Add Autosport (free articles only) Add Autosport (free articles only)
Add Digiday Media Add Digiday Media
Add Il Sole 24 Ore Add Il Sole 24 Ore

View file

@ -51,5 +51,5 @@
"webRequestBlocking", "webRequestBlocking",
"*://*/*" "*://*/*"
], ],
"version": "3.5.7.8" "version": "3.5.8.0"
} }

View file

@ -844,5 +844,5 @@
"*://archive.vn/*", "*://archive.vn/*",
"*://webcache.googleusercontent.com/*" "*://webcache.googleusercontent.com/*"
], ],
"version": "3.5.7.8" "version": "3.5.8.0"
} }

View file

@ -575,7 +575,7 @@ var defaultSites = {
"modernretail.co" "modernretail.co"
], ],
allow_cookies: 1, allow_cookies: 1,
block_regex: /(cdn\.tinypass\.com\/|cdn\.ampproject\.org\/v\d\/amp-access-.+\.js)/ block_regex: /\.tinypass\.com\//
}, },
"Discover Magazine": { "Discover Magazine": {
domain: "discovermagazine.com" domain: "discovermagazine.com"

View file

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