Add The New York Sun

merge-requests/10/head
magnolia1234 2 years ago
parent 4b226513ec
commit 5256302919

@ -273,6 +273,7 @@ Grouped in options:\
[The Dallas Morning News](https://www.dallasnews.com) -
[The Hill](https://thehill.com) -
[The New Orleans Advocate/The Times-Picayune](https://www.nola.com) -
[The New York Sun](https://www.nysun.com) -
[The Seattle Times](https://www.seattletimes.com) -
[The Philadelphia Inquirer](https://www.inquirer.com)

@ -3,6 +3,7 @@ Changelog Bypass Paywalls Clean - Firefox
Post-release
Add Mediapart.fr
Add The New York Sun
Update block general paywall script (fix Zephr-local & config sites.js)
Update block inline script (config sites.js)
Update contentScript & remove cookies (fixed runs)

@ -1,9 +1,4 @@
{
"Airmail.news": {
"allow_cookies": 1,
"domain": "airmail.news",
"useragent": "googlebot"
},
"Arkansasonline.com": {
"domain": "arkansasonline.com"
},
@ -184,11 +179,6 @@
"amp_redirect": "div[id^=\"media_paywall\"]",
"domain": "nv.ua"
},
"Nysun.com": {
"allow_cookies": 1,
"block_regex": "\\.nysun\\.com\\/zephr\\/features",
"domain": "nysun.com"
},
"Odt.co.nz": {
"allow_cookies": 1,
"block_regex": "my\\.odt\\.co\\.nz\\/bwtw\\/scripts\\/tw\\.js",

@ -454,6 +454,7 @@
"*://*.nybooks.com/*",
"*://*.nydailynews.com/*",
"*://*.nymag.com/*",
"*://*.nysun.com/*",
"*://*.nyteknik.se/*",
"*://*.nytimes.com/*",
"*://*.nzherald.co.nz/*",
@ -720,5 +721,5 @@
"*://gcm.omerlocdn.com/*",
"*://webcache.googleusercontent.com/*"
],
"version": "2.9.1.6"
"version": "2.9.1.7"
}

@ -1908,6 +1908,11 @@ var defaultSites = {
allow_cookies: 1,
block_regex: /\.nybooks\.com\/wp-admin\/admin-ajax\.php/
},
"The New York Sun": {
domain: "nysun.com",
allow_cookies: 1,
block_regex: /\.nysun\.com\/zephr\/features/
},
"The New York Times": {
domain: "nytimes.com",
allow_cookies: 1,

@ -25,6 +25,11 @@
],
"new_site": 1
},
"The New York Sun": {
"domain": "nysun.com",
"allow_cookies": 1,
"block_regex": "\\.nysun\\.com\\/zephr\\/features"
},
"The Washington Post": {
"domain": "washingtonpost.com",
"allow_cookies": 1,

Loading…
Cancel
Save