mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-04 12:00:10 +00:00
Add The Week (UK & USA)
This commit is contained in:
parent
e4622c9f49
commit
df725987f1
@ -218,6 +218,7 @@ Grouped in options:\
|
||||
[The Point Magazine](https://thepointmag.com) -
|
||||
[The Spectator World](https://thespectator.com) -
|
||||
[The Verge](https://www.theverge.com) -
|
||||
[The Week](https://theweek.com) -
|
||||
[The Wrap](https://www.thewrap.com) -
|
||||
[Washington Examiner](https://www.washingtonexaminer.com)
|
||||
|
||||
@ -444,6 +445,7 @@ Grouped in options:\
|
||||
[The Telegraph](https://www.telegraph.co.uk) -
|
||||
[The Times (link to archive.is)](https://www.thetimes.co.uk) -
|
||||
[The Times Literary Supplement](https://www.the-tls.co.uk) -
|
||||
[The Week](https://www.theweek.co.uk) -
|
||||
[UnHerd](https://unherd.com)
|
||||
|
||||
Grouped in options:\
|
||||
|
@ -4,6 +4,7 @@ Updates (install signed xpi-file): https://gitlab.com/magnolia1234/bypass-paywal
|
||||
|
||||
Post-release
|
||||
Add 4 more Lee Enterprises Group sites
|
||||
Add The Week (UK & USA)
|
||||
Remove The Hollywood Reporter (no paywall)
|
||||
Fix Harvard Business Review (js)
|
||||
Fix Stylist.co.uk (css)
|
||||
|
@ -51,5 +51,5 @@
|
||||
"webRequestBlocking",
|
||||
"*://*/*"
|
||||
],
|
||||
"version": "3.2.8.4"
|
||||
"version": "3.2.8.5"
|
||||
}
|
||||
|
@ -529,11 +529,6 @@
|
||||
"domain": "thetexan.news",
|
||||
"useragent": "googlebot"
|
||||
},
|
||||
"Theweek.com": {
|
||||
"allow_cookies": 1,
|
||||
"domain": "theweek.com",
|
||||
"useragent": "googlebot"
|
||||
},
|
||||
"Tijorifinance.com": {
|
||||
"allow_cookies": 1,
|
||||
"domain": "tijorifinance.com",
|
||||
|
@ -667,6 +667,8 @@
|
||||
"*://*.thestate.com/*",
|
||||
"*://*.thetimes.co.uk/*",
|
||||
"*://*.theverge.com/*",
|
||||
"*://*.theweek.co.uk/*",
|
||||
"*://*.theweek.com/*",
|
||||
"*://*.thewest.com.au/*",
|
||||
"*://*.thewrap.com/*",
|
||||
"*://*.thueringer-allgemeine.de/*",
|
||||
@ -779,5 +781,5 @@
|
||||
"*://*.wyleex.com/*",
|
||||
"*://webcache.googleusercontent.com/*"
|
||||
],
|
||||
"version": "3.2.8.4"
|
||||
"version": "3.2.8.5"
|
||||
}
|
||||
|
9
sites.js
9
sites.js
@ -2291,6 +2291,15 @@ var defaultSites = {
|
||||
allow_cookies: 1,
|
||||
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)": {
|
||||
domain: "thewest.com.au",
|
||||
allow_cookies: 1
|
||||
|
@ -153,6 +153,16 @@
|
||||
"ld_json": "div.bg-paywall-fade|div.duet--article--article-body-component-container",
|
||||
"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": {
|
||||
"domain": "###_timesofindia",
|
||||
"group": [
|
||||
|
Loading…
Reference in New Issue
Block a user