mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 06:07:47 +01:00
Fix Times Literary Supplement (set referer Google)
This commit is contained in:
parent
19ccdf79b6
commit
c2bae1c457
5 changed files with 19 additions and 11 deletions
|
@ -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) -
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -613,5 +613,5 @@
|
|||
"*://*.wallkit.net/*",
|
||||
"*://*.wsj.net/*"
|
||||
],
|
||||
"version": "2.5.4.1"
|
||||
"version": "2.5.4.2"
|
||||
}
|
||||
|
|
17
sites.js
17
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"
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue