Release v3.1.3.0

This commit is contained in:
magnolia1234 2023-04-10 21:44:27 +02:00
parent ba60101995
commit d22d78920f
6 changed files with 8 additions and 30 deletions

View file

@ -3,6 +3,8 @@ Changelog Bypass Paywalls Clean - Firefox
Updates: https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean/-/releases
Post-release
* v3.1.3.0 (2023-04-10)
Add Haas Mediengruppe (opt-in to custom sites)
Remove Griffith Review (fix obsolete)
Fix Gannett Group (identify sites)

View file

@ -51,5 +51,5 @@
"webRequestBlocking",
"*://*/*"
],
"version": "3.1.2.4"
"version": "3.1.3.0"
}

View file

@ -747,5 +747,5 @@
"*://*.wallkit.net/*",
"*://webcache.googleusercontent.com/*"
],
"version": "3.1.2.4"
"version": "3.1.3.0"
}

View file

@ -17,25 +17,11 @@
"block_regex": "(\\.epicurious\\.com\\/journey\\/compiler\\/build-.+\\.js|cdn\\.ampproject\\.org\\/v\\d\\/amp-subscriptions-.+\\.js)",
"useragent": "googlebot"
},
"Euromoney": {
"domain": "euromoney.com",
"allow_cookies": 1,
"useragent": "googlebot"
},
"Flair.nl": {
"domain": "flair.nl",
"remove_cookies_select_drop": ["TID_ID"],
"block_regex": "(\\.flair\\.nl\\/temptation\\/resolve|temptation\\.flair\\.nl\\/temptation\\.js)"
},
"Haaretz English": {
"domain": "haaretz.com",
"allow_cookies": 1,
"useragent": "facebookbot"
},
"Inkl": {
"domain": "inkl.com",
"cs_code": "[{\"cond\":\"div.paywall\",\"rm_attrib\":\"class\"}]"
},
"La Libre.be": {
"domain": "lalibre.be",
"allow_cookies": 1,
@ -74,11 +60,6 @@
"allow_cookies": 1,
"block_regex": "\\.qiota\\.com\\/data"
},
"Sciences et Avenir": {
"domain": "sciencesetavenir.fr",
"block_regex": "(\\.poool\\.fr\\/|cdn\\.ampproject\\.org\\/v\\d\\/amp-access-.+\\.js)",
"cs_code": "[{\"cond\":\".amorce\",\"rm_elem\":1},{\"cond\":\".user-paying-content\",\"rm_attrib\":\"class|hidden\"}]"
},
"TagesAnzeiger.ch (link to archive.is)": {
"domain": "tagesanzeiger.ch",
"allow_cookies": 1,
@ -102,10 +83,5 @@
"domain": "thespectator.com",
"allow_cookies": 1,
"block_regex": "\\.tinypass\\.com/"
},
"The Times Literary Supplement": {
"domain": "the-tls.co.uk",
"remove_cookies": 1,
"referer": "google"
}
}

View file

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

View file

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