mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 05:57:48 +01:00
Add The Banker
This commit is contained in:
parent
d61baebb88
commit
35cf57a850
6 changed files with 14 additions and 6 deletions
|
@ -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"
|
||||
}
|
||||
|
|
5
sites.js
5
sites.js
|
@ -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…
Reference in a new issue