mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 08:37:47 +01:00
Fix The New York Review of Books (timing)
This commit is contained in:
parent
3d2d948301
commit
504018d8eb
4 changed files with 9 additions and 2 deletions
|
@ -3,6 +3,7 @@ Changelog Bypass Paywalls Clean - Firefox
|
||||||
|
|
||||||
Post-release
|
Post-release
|
||||||
Fix Los Angeles Times & San Diego Union-Tribune
|
Fix Los Angeles Times & San Diego Union-Tribune
|
||||||
|
Fix The New York Review of Books (timing)
|
||||||
|
|
||||||
* v2.8.1.0 (2022-08-21)
|
* v2.8.1.0 (2022-08-21)
|
||||||
Add Nw.de
|
Add Nw.de
|
||||||
|
|
|
@ -697,5 +697,5 @@
|
||||||
"*://gcm.omerlocdn.com/*",
|
"*://gcm.omerlocdn.com/*",
|
||||||
"*://webcache.googleusercontent.com/*"
|
"*://webcache.googleusercontent.com/*"
|
||||||
],
|
],
|
||||||
"version": "2.8.1.1"
|
"version": "2.8.1.2"
|
||||||
}
|
}
|
||||||
|
|
3
sites.js
3
sites.js
|
@ -1771,7 +1771,8 @@ var defaultSites = {
|
||||||
},
|
},
|
||||||
"The New York Review of Books": {
|
"The New York Review of Books": {
|
||||||
domain: "nybooks.com",
|
domain: "nybooks.com",
|
||||||
allow_cookies: 1
|
allow_cookies: 1,
|
||||||
|
block_regex: /\.nybooks\.com\/wp-admin\/admin-ajax\.php/
|
||||||
},
|
},
|
||||||
"The New York Times": {
|
"The New York Times": {
|
||||||
domain: "nytimes.com",
|
domain: "nytimes.com",
|
||||||
|
|
|
@ -58,5 +58,10 @@
|
||||||
"San Diego Union Tribune": {
|
"San Diego Union Tribune": {
|
||||||
"domain": "sandiegouniontribune.com",
|
"domain": "sandiegouniontribune.com",
|
||||||
"block_regex": "(metering\\.platform\\.sandiegouniontribune\\.com\\/|cdn\\.ampproject\\.org\\/v\\d\\/amp-(access|subscriptions)-.+\\.js)"
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue