diff --git a/README.md b/README.md index 86b974a..f7a5b8b 100644 --- a/README.md +++ b/README.md @@ -200,8 +200,7 @@ Grouped in options:\ [The Dallas Morning News](https://www.dallasnews.com) - [The New Orleans Advocate/The Times-Picayune](https://www.nola.com) - [The Seattle Times](https://www.seattletimes.com) - -[The Philadelphia Inquirer](https://www.inquirer.com) - -[Winston-Salem Journal](https://www.journalnow.com) +[The Philadelphia Inquirer](https://www.inquirer.com) [USA Today](https://www.usatoday.com)\ Grouped in options:\ @@ -235,7 +234,8 @@ Grouped in options:\ [Arizona Daily Star](https://tucson.com) - [Richmond Times-Dispatch](https://richmond.com) - [The Buffalo News](https://buffalonews.com) - -[Tulsa World](https://tulsaworld.com)\ +[Tulsa World](https://tulsaworld.com) - +[Winston-Salem Journal](https://www.journalnow.com)\ *McClatchy Group* sites like (opt-in to custom sites for unlisted)\ [Belleville News-Democrat](https://www.bnd.com) - [Fort Worth Star-Telegram](https://www.star-telegram.com) - diff --git a/changelog.txt b/changelog.txt index 2ff1feb..9121715 100644 --- a/changelog.txt +++ b/changelog.txt @@ -4,6 +4,7 @@ Changelog Bypass Paywalls Clean - Firefox Post-release Fix La Tercera (js) Fix MIT Technology Review (TinyPass) +Fix Times Literary Supplement (set referer Google) * v2.5.4.0 (2022-01-30) Add group Outside magazines diff --git a/manifest.json b/manifest.json index 7f881ab..ecc6f28 100644 --- a/manifest.json +++ b/manifest.json @@ -613,5 +613,5 @@ "*://*.wallkit.net/*", "*://*.wsj.net/*" ], - "version": "2.5.4.1" + "version": "2.5.4.2" } diff --git a/sites.js b/sites.js index 0fcdecd..8be798e 100644 --- a/sites.js +++ b/sites.js @@ -913,6 +913,7 @@ var defaultSites = { domain: "###_usa_lee_ent", group: [ "buffalonews.com", + "journalnow.com", "richmond.com", "tucson.com", "tulsaworld.com" @@ -1240,8 +1241,8 @@ var defaultSites = { }, "Quartz (free articles only)": { domain: "qz.com", - block_regex: /\.tinypass\.com\//, - remove_cookies_select_hold: ["gdpr"] + allow_cookies: 1, + block_regex: /\.tinypass\.com\// }, "Quora": { domain: "quora.com", @@ -1439,6 +1440,7 @@ var defaultSites = { }, "The Australian Financial Review": { domain: "afr.com", + allow_cookies: 1, block_regex: /api\.afr\.com\/graphql\?query=.+PaywallRuleQuery/ }, "The Boston Globe": { @@ -1547,6 +1549,7 @@ var defaultSites = { }, "The Nation": { domain: "thenation.com", + allow_cookies: 1, block_regex: /(\.tinypass\.com\/|cdn\.ampproject\.org\/v\d\/amp-(access|ad)-.+\.js)/ }, "The New Atlantis": { @@ -1579,7 +1582,8 @@ var defaultSites = { }, "The Philadelphia Inquirer": { domain: "inquirer.com", - block_regex: /\.tinypass\.com\// + allow_cookies: 1, + block_regex: /(\.tinypass\.com\/|js\.matheranalytics\.com\/)/ }, "The Point Magazine": { domain: "thepointmag.com", @@ -1621,7 +1625,8 @@ var defaultSites = { useragent: "googlebot" }, "The Times Literary Supplement": { - domain: "the-tls.co.uk" + domain: "the-tls.co.uk", + referer: "google" }, "The Toronto Star (+ local TorStar sites)": { domain: "###_ca_torstar", @@ -1721,6 +1726,7 @@ var defaultSites = { }, "Valeurs Actuelles": { domain: "valeursactuelles.com", + allow_cookies: 1, block_regex: /\.qiota\.com\// }, "Vanity Fair": { @@ -1761,9 +1767,6 @@ var defaultSites = { block_regex: /cdn\.ampproject\.org\/v\d\/amp-(ad|subscriptions)-.+\.js/, useragent: "googlebot" }, - "Winston-Salem Journal": { - domain: "journalnow.com" - }, "Wired": { domain: "wired.com", group_rule: "###_gr_usa_conde_nast_domains" diff --git a/sites_updated.json b/sites_updated.json index efa3e98..39a3fd3 100644 --- a/sites_updated.json +++ b/sites_updated.json @@ -55,5 +55,9 @@ "domain": "telegraph.co.uk", "allow_cookies": 1, "block_regex": "(\\.tinypass\\.com\\/|\\.telegraph\\.co\\.uk\\/martech\\/js\\/|cdn\\.ampproject\\.org\\/v\\d\\/amp-(access|(sticky-)?ad)-.+\\.js)" + }, + "The Times Literary Supplement": { + "domain": "the-tls.co.uk", + "referer": "google" } }