Add The Banker

merge-requests/7/head
magnolia1234 2 years ago
parent d61baebb88
commit 35cf57a850

@ -171,6 +171,7 @@ Grouped in options:\
[Sports Illustrated](https://www.si.com) -
[The Art Newspaper](https://www.theartnewspaper.com) -
[The Athletic](https://theathletic.com) -
[The Banker](https://www.thebanker.com) -
[The Intercept](https://theintercept.com) -
[The Daily Beast](https://www.thedailybeast.com) -
[The Daily Wire](https://www.dailywire.com) -

@ -5,6 +5,7 @@ Post-release
Add Artforum
Add Initium Media
Add L'Avenir (Belgium)
Add The Banker
Remove Dagens Nyheter (fix obsolete)
Remove Valor Economico (fix obsolete)
Fix Business Standard

@ -142,11 +142,6 @@
"The-past.com": {
"domain": "the-past.com"
},
"Thebanker.com": {
"allow_cookies": 1,
"domain": "thebanker.com",
"useragent": "googlebot"
},
"Thecourier.co.uk": {
"allow_cookies": 1,
"domain": "thecourier.co.uk",

@ -550,6 +550,7 @@
"*://*.theathletic.com/*",
"*://*.theatlantic.com/*",
"*://*.theaustralian.com.au/*",
"*://*.thebanker.com/*",
"*://*.thechronicle.com.au/*",
"*://*.thecourier.com.au/*",
"*://*.thecut.com/*",
@ -686,5 +687,5 @@
"*://*.wsj.net/*",
"*://webcache.googleusercontent.com/*"
],
"version": "2.7.2.6"
"version": "2.7.2.7"
}

@ -1611,6 +1611,11 @@ var defaultSites = {
allow_cookies: 1,
block_regex: /api\.afr\.com\/graphql\?query=.+PaywallRuleQuery/
},
"The Banker": {
domain: "thebanker.com",
allow_cookies: 1,
useragent: "googlebot"
},
"The Boston Globe": {
domain: "bostonglobe.com",
allow_cookies: 1,

@ -20,5 +20,10 @@
]
}
]
},
"The Banker": {
"allow_cookies": 1,
"domain": "thebanker.com",
"useragent": "googlebot"
}
}

Loading…
Cancel
Save