diff --git a/changelog.txt b/changelog.txt index f3f7c07..aea30a2 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,8 @@ Changelog Bypass Paywalls Clean - Firefox Updates (install signed xpi-file): https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean/-/releases Post-release + +* v3.5.8.0 (2024-03-03) Add Autosport (free articles only) Add Digiday Media Add Il Sole 24 Ore diff --git a/custom/manifest.json b/custom/manifest.json index 92af83d..19f62cf 100644 --- a/custom/manifest.json +++ b/custom/manifest.json @@ -51,5 +51,5 @@ "webRequestBlocking", "*://*/*" ], - "version": "3.5.7.8" + "version": "3.5.8.0" } diff --git a/manifest.json b/manifest.json index 8aac574..e2948fe 100644 --- a/manifest.json +++ b/manifest.json @@ -844,5 +844,5 @@ "*://archive.vn/*", "*://webcache.googleusercontent.com/*" ], - "version": "3.5.7.8" + "version": "3.5.8.0" } diff --git a/sites.js b/sites.js index 7da4fe6..6c73251 100644 --- a/sites.js +++ b/sites.js @@ -575,7 +575,7 @@ var defaultSites = { "modernretail.co" ], allow_cookies: 1, - block_regex: /(cdn\.tinypass\.com\/|cdn\.ampproject\.org\/v\d\/amp-access-.+\.js)/ + block_regex: /\.tinypass\.com\// }, "Discover Magazine": { domain: "discovermagazine.com" diff --git a/updates_custom.json b/updates_custom.json index 72b54c7..95af0cb 100644 --- a/updates_custom.json +++ b/updates_custom.json @@ -2,8 +2,8 @@ "addons": { "magnolia_limited_permissions@12.34": { "updates": [ - { "version": "3.5.7.0", - "update_link": "https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass_paywalls_clean-3.5.7.0-custom.xpi" } + { "version": "3.5.8.0", + "update_link": "https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass_paywalls_clean-3.5.8.0-custom.xpi" } ] } }