Add The Week (UK & USA)

merge-requests/16/head
magnolia1234 11 months ago
parent e4622c9f49
commit df725987f1

@ -218,6 +218,7 @@ Grouped in options:\
[The Point Magazine](https://thepointmag.com) - [The Point Magazine](https://thepointmag.com) -
[The Spectator World](https://thespectator.com) - [The Spectator World](https://thespectator.com) -
[The Verge](https://www.theverge.com) - [The Verge](https://www.theverge.com) -
[The Week](https://theweek.com) -
[The Wrap](https://www.thewrap.com) - [The Wrap](https://www.thewrap.com) -
[Washington Examiner](https://www.washingtonexaminer.com) [Washington Examiner](https://www.washingtonexaminer.com)
@ -444,6 +445,7 @@ Grouped in options:\
[The Telegraph](https://www.telegraph.co.uk) - [The Telegraph](https://www.telegraph.co.uk) -
[The Times (link to archive.is)](https://www.thetimes.co.uk) - [The Times (link to archive.is)](https://www.thetimes.co.uk) -
[The Times Literary Supplement](https://www.the-tls.co.uk) - [The Times Literary Supplement](https://www.the-tls.co.uk) -
[The Week](https://www.theweek.co.uk) -
[UnHerd](https://unherd.com) [UnHerd](https://unherd.com)
Grouped in options:\ Grouped in options:\

@ -4,6 +4,7 @@ Updates (install signed xpi-file): https://gitlab.com/magnolia1234/bypass-paywal
Post-release Post-release
Add 4 more Lee Enterprises Group sites Add 4 more Lee Enterprises Group sites
Add The Week (UK & USA)
Remove The Hollywood Reporter (no paywall) Remove The Hollywood Reporter (no paywall)
Fix Harvard Business Review (js) Fix Harvard Business Review (js)
Fix Stylist.co.uk (css) Fix Stylist.co.uk (css)

@ -51,5 +51,5 @@
"webRequestBlocking", "webRequestBlocking",
"*://*/*" "*://*/*"
], ],
"version": "3.2.8.4" "version": "3.2.8.5"
} }

@ -529,11 +529,6 @@
"domain": "thetexan.news", "domain": "thetexan.news",
"useragent": "googlebot" "useragent": "googlebot"
}, },
"Theweek.com": {
"allow_cookies": 1,
"domain": "theweek.com",
"useragent": "googlebot"
},
"Tijorifinance.com": { "Tijorifinance.com": {
"allow_cookies": 1, "allow_cookies": 1,
"domain": "tijorifinance.com", "domain": "tijorifinance.com",

@ -667,6 +667,8 @@
"*://*.thestate.com/*", "*://*.thestate.com/*",
"*://*.thetimes.co.uk/*", "*://*.thetimes.co.uk/*",
"*://*.theverge.com/*", "*://*.theverge.com/*",
"*://*.theweek.co.uk/*",
"*://*.theweek.com/*",
"*://*.thewest.com.au/*", "*://*.thewest.com.au/*",
"*://*.thewrap.com/*", "*://*.thewrap.com/*",
"*://*.thueringer-allgemeine.de/*", "*://*.thueringer-allgemeine.de/*",
@ -779,5 +781,5 @@
"*://*.wyleex.com/*", "*://*.wyleex.com/*",
"*://webcache.googleusercontent.com/*" "*://webcache.googleusercontent.com/*"
], ],
"version": "3.2.8.4" "version": "3.2.8.5"
} }

@ -2291,6 +2291,15 @@ var defaultSites = {
allow_cookies: 1, allow_cookies: 1,
block_regex: /\.washingtonpost\.com\/tetro\/metering\/evaluate/ block_regex: /\.washingtonpost\.com\/tetro\/metering\/evaluate/
}, },
"The Week (regwall)": {
domain: "###_uk_theweek",
group: [
"theweek.co.uk",
"theweek.com"
],
allow_cookies: 1,
useragent: "googlebot"
},
"The West Australian (+ regional/opt-in to custom sites)": { "The West Australian (+ regional/opt-in to custom sites)": {
domain: "thewest.com.au", domain: "thewest.com.au",
allow_cookies: 1 allow_cookies: 1

@ -153,6 +153,16 @@
"ld_json": "div.bg-paywall-fade|div.duet--article--article-body-component-container", "ld_json": "div.bg-paywall-fade|div.duet--article--article-body-component-container",
"new_site": 1 "new_site": 1
}, },
"The Week - UK": {
"domain": "theweek.co.uk",
"allow_cookies": 1,
"useragent": "googlebot"
},
"The Week - USA": {
"domain": "theweek.com",
"allow_cookies": 1,
"useragent": "googlebot"
},
"Times of India": { "Times of India": {
"domain": "###_timesofindia", "domain": "###_timesofindia",
"group": [ "group": [

Loading…
Cancel
Save