Fix NYTimes (Googlebot)

merge-requests/14/head
magnolia1234 1 year ago
parent e6ddbf7bec
commit ff6f54582e

@ -8,7 +8,7 @@ Add Jacobin.de
Add ProMedia.nl Group (opt-in to custom sites)
Add Substack (link to Google Search Tool; opt-in to custom sites for custom domains)
Fix Berlingske.dk
Fix NYTimes
Fix NYTimes (Googlebot)
Fix Tagesspiegel.de (background; link to Google Search Tool)
Remove Zeit.de (fix obsolete)
Update block general paywall script (Ippen.space)

@ -2058,7 +2058,8 @@ var defaultSites = {
"The New York Times": {
domain: "nytimes.com",
allow_cookies: 1,
block_regex: /(\.nytimes\.com\/(meter\.js|graphql\/v\d)|mwcm\.nyt\.com\/.+\.js|cooking\.nytimes\.com\/api\/.+\/access)/
block_regex: /(\.nytimes\.com\/meter\.js|mwcm\.nyt\.com\/.+\.js|cooking\.nytimes\.com\/api\/.+\/access)/,
useragent: "googlebot"
},
"The Philadelphia Inquirer": {
domain: "inquirer.com",

@ -105,7 +105,8 @@
"The New York Times": {
"domain": "nytimes.com",
"allow_cookies": 1,
"block_regex": "(\\.nytimes\\.com\\/(meter\\.js|graphql\\/v\\d)|mwcm\\.nyt\\.com\\/.+\\.js|cooking\\.nytimes\\.com\\/api\\/.+\\/access)"
"block_regex": "(\\.nytimes\\.com\\/meter\\.js|mwcm\\.nyt\\.com\\/.+\\.js|cooking\\.nytimes\\.com\\/api\\/.+\\/access)",
"useragent": "googlebot"
},
"The Spectator World - new domain": {
"domain": "thespectator.com",

Loading…
Cancel
Save