Add The Baffler

merge-requests/16/head
magnolia1234 8 months ago
parent 751e1f2cd4
commit 0b5bb3be7e

@ -213,6 +213,7 @@ Grouped in options:\
[The American Interest](https://www.the-american-interest.com) -
[The Art Newspaper](https://www.theartnewspaper.com) -
[The Atlantic](https://www.theatlantic.com) -
[The Baffler](https://thebaffler.com) -
[The Christian Science Monitor](https://www.csmonitor.com) -
[The Intercept](https://theintercept.com) -
[The Daily Beast](https://www.thedailybeast.com) -

@ -3,6 +3,7 @@ Changelog Bypass Paywalls Clean - Firefox
Updates (install signed xpi-file): https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean/-/releases
Post-release
Add The Baffler
* v3.3.8.0 (2023-10-15)
Add LePoint.fr

@ -51,5 +51,5 @@
"webRequestBlocking",
"*://*/*"
],
"version": "3.3.8.0"
"version": "3.3.8.1"
}

@ -650,6 +650,7 @@
"*://*.theathletic.com/*",
"*://*.theatlantic.com/*",
"*://*.theaustralian.com.au/*",
"*://*.thebaffler.com/*",
"*://*.thebanker.com/*",
"*://*.thebulletin.org/*",
"*://*.thechronicle.com.au/*",
@ -801,5 +802,5 @@
"*://*.wyleex.com/*",
"*://webcache.googleusercontent.com/*"
],
"version": "3.3.8.0"
"version": "3.3.8.1"
}

@ -2090,6 +2090,11 @@ var defaultSites = {
block_regex: /cdn\.theatlantic\.com\/_next\/static\/chunks\/pages\/.+\/archive\//,
remove_cookies_select_drop: ["articleViews"]
},
"The Baffler": {
domain: "thebaffler.com",
allow_cookies: 1,
block_regex: /\/blink\.net\/.+\/blink-sdk\.js/
},
"The Banker": {
domain: "thebanker.com",
allow_cookies: 1,

@ -31,14 +31,6 @@
"cs_dompurify": 1,
"upd_version": "3.3.7.3"
},
"Condé Nast Traveler": {
"domain": "cntraveler.com",
"allow_cookies": 1,
"remove_cookies": 1,
"block_regex": "(\\.cntraveler\\.com\\/journey\\/compiler\\/build-.+\\.js|cdn\\.ampproject\\.org\\/v\\d\\/amp-subscriptions-.+\\.js)",
"useragent": "googlebot",
"upd_version": "3.3.5.1"
},
"O Estado de S. Paulo": {
"domain": "estadao.com.br",
"allow_cookies": 1,
@ -64,12 +56,6 @@
"ld_google_webcache": "aside.paywall|div#contenu",
"upd_version": "3.3.7.8"
},
"Mexico News Daily": {
"domain": "mexiconewsdaily.com",
"allow_cookies": 1,
"block_regex": "\\/mexiconewsdaily\\.com\\/wp-content\\/plugins\\/leaky-paywall\\/js\\/leaky-paywall-cookie\\.js",
"upd_version": "3.3.5.2"
},
"Mitteldeutsche Zeitung": {
"domain": "mz.de",
"allow_cookies": 1,
@ -98,17 +84,11 @@
"useragent": "googlebot",
"upd_version": "3.3.7.2"
},
"Salzburger Nachrichten": {
"domain": "sn.at",
"allow_cookies": 1,
"block_regex": "\\.piano\\.io",
"ld_google_webcache": "div.article-sections__paywall|div.article-body-text",
"upd_version": "3.3.5.5"
},
"Texas Monthly": {
"domain": "texasmonthly.com",
"allow_cookies": 1,
"block_regex": "\\.texasmonthly\\.com\\/script\\.js"
"block_regex": "\\.texasmonthly\\.com\\/script\\.js",
"upd_version": "3.3.6.9"
},
"The Atlantic": {
"domain": "theatlantic.com",
@ -117,11 +97,11 @@
"cs_code": "[{\"cond\":\"img.Image_lazy__hYWHV\", \"rm_class\":\"Image_lazy__hYWHV\"}]",
"upd_version": "3.3.6.3"
},
"The Columbian": {
"domain": "columbian.com",
"remove_cookies_select_drop": ["blaize_session"],
"ld_google_webcache": "div#inline-paywall,div.modal|div[itemprop='articleBody']",
"upd_version": "3.3.5.3"
"The Baffler": {
"domain": "thebaffler.com",
"allow_cookies": 1,
"block_regex": "\\/blink\\.net\\/.+\\/blink-sdk\\.js",
"upd_version": "3.3.8.3"
},
"The Economist": {
"domain": "economist.com",

Loading…
Cancel
Save