Fix The New York Review of Books (timing)

This commit is contained in:
magnolia1234 2022-08-23 13:16:15 +02:00
parent 3d2d948301
commit 504018d8eb
4 changed files with 9 additions and 2 deletions

View file

@ -3,6 +3,7 @@ Changelog Bypass Paywalls Clean - Firefox
Post-release
Fix Los Angeles Times & San Diego Union-Tribune
Fix The New York Review of Books (timing)
* v2.8.1.0 (2022-08-21)
Add Nw.de

View file

@ -697,5 +697,5 @@
"*://gcm.omerlocdn.com/*",
"*://webcache.googleusercontent.com/*"
],
"version": "2.8.1.1"
"version": "2.8.1.2"
}

View file

@ -1771,7 +1771,8 @@ var defaultSites = {
},
"The New York Review of Books": {
domain: "nybooks.com",
allow_cookies: 1
allow_cookies: 1,
block_regex: /\.nybooks\.com\/wp-admin\/admin-ajax\.php/
},
"The New York Times": {
domain: "nytimes.com",

View file

@ -58,5 +58,10 @@
"San Diego Union Tribune": {
"domain": "sandiegouniontribune.com",
"block_regex": "(metering\\.platform\\.sandiegouniontribune\\.com\\/|cdn\\.ampproject\\.org\\/v\\d\\/amp-(access|subscriptions)-.+\\.js)"
},
"The New York Review of Books": {
"domain": "nybooks.com",
"allow_cookies": 1,
"block_regex": "\\.nybooks\\.com\\/wp-admin\\/admin-ajax\\.php"
}
}