mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 06:27:48 +01:00
Add DealStreetAsia
This commit is contained in:
parent
907a9e6e7e
commit
8fc7831905
6 changed files with 20 additions and 1 deletions
|
@ -570,6 +570,7 @@ Grouped in options:\
|
|||
[Asia Times](https://asiatimes.com) -
|
||||
[Caixin Global](https://www.caixinglobal.com) -
|
||||
[CommonWealth Magazine Taiwan](https://www.cw.com.tw) -
|
||||
[DealStreetAsia](https://www.dealstreetasia.com) -
|
||||
[Harvard Business Review China](https://www.hbrchina.org) -
|
||||
[Harvard Business Review Taiwan](https://www.hbrtaiwan.com) -
|
||||
[Nikkei Asian Review](https://asia.nikkei.com) -
|
||||
|
|
|
@ -4,6 +4,7 @@ Changelog Bypass Paywalls Clean - Firefox
|
|||
Post-release
|
||||
Add Advance Local (local USA)
|
||||
Add Code Sports (Australia)
|
||||
Add DealStreetAsia
|
||||
Add Italian.tech
|
||||
Add Spectator World
|
||||
Fix Medium (faster)
|
||||
|
|
|
@ -92,9 +92,17 @@
|
|||
"domain": "tagblatt.ch",
|
||||
"useragent": "googlebot"
|
||||
},
|
||||
"The-japan-news.com": {
|
||||
"domain": "the-japan-news.com"
|
||||
},
|
||||
"The-past.com": {
|
||||
"domain": "the-past.com"
|
||||
},
|
||||
"Thenational.scot": {
|
||||
"allow_cookies": 1,
|
||||
"block_regex": "\\.tinypass\\.com\\/",
|
||||
"domain": "thenational.scot"
|
||||
},
|
||||
"Tijorifinance.com": {
|
||||
"allow_cookies": 1,
|
||||
"domain": "tijorifinance.com",
|
||||
|
|
|
@ -136,6 +136,7 @@
|
|||
"*://*.dailytelegraph.com.au/*",
|
||||
"*://*.dallasnews.com/*",
|
||||
"*://*.darkreading.com/*",
|
||||
"*://*.dealstreetasia.com/*",
|
||||
"*://*.demorgen.be/*",
|
||||
"*://*.denverpost.com/*",
|
||||
"*://*.destentor.nl/*",
|
||||
|
@ -570,5 +571,5 @@
|
|||
"*://*.wallkit.net/*",
|
||||
"*://*.wsj.net/*"
|
||||
],
|
||||
"version": "2.4.4.5"
|
||||
"version": "2.4.4.6"
|
||||
}
|
4
sites.js
4
sites.js
|
@ -294,6 +294,10 @@ var defaultSites = {
|
|||
"De Tijd": {
|
||||
domain: "tijd.be"
|
||||
},
|
||||
"DealStreetAsia": {
|
||||
domain: "dealstreetasia.com",
|
||||
useragent: "bingbot"
|
||||
},
|
||||
"DeMorgen": {
|
||||
domain: "demorgen.be",
|
||||
group_rule: "###_gr_nl_pg_domains"
|
||||
|
|
|
@ -4,6 +4,10 @@
|
|||
"allow_cookies": 1,
|
||||
"useragent": "googlebot"
|
||||
},
|
||||
"DealStreetAsia": {
|
||||
"domain": "dealstreetasia.com",
|
||||
"useragent": "bingbot"
|
||||
},
|
||||
"Italian.tech": {
|
||||
"domain": "italian.tech",
|
||||
"group_rule": "###_gr_it_repubblica_domains"
|
||||
|
|
Loading…
Reference in a new issue