mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 09: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) -
|
[Asia Times](https://asiatimes.com) -
|
||||||
[Caixin Global](https://www.caixinglobal.com) -
|
[Caixin Global](https://www.caixinglobal.com) -
|
||||||
[CommonWealth Magazine Taiwan](https://www.cw.com.tw) -
|
[CommonWealth Magazine Taiwan](https://www.cw.com.tw) -
|
||||||
|
[DealStreetAsia](https://www.dealstreetasia.com) -
|
||||||
[Harvard Business Review China](https://www.hbrchina.org) -
|
[Harvard Business Review China](https://www.hbrchina.org) -
|
||||||
[Harvard Business Review Taiwan](https://www.hbrtaiwan.com) -
|
[Harvard Business Review Taiwan](https://www.hbrtaiwan.com) -
|
||||||
[Nikkei Asian Review](https://asia.nikkei.com) -
|
[Nikkei Asian Review](https://asia.nikkei.com) -
|
||||||
|
|
|
@ -4,6 +4,7 @@ Changelog Bypass Paywalls Clean - Firefox
|
||||||
Post-release
|
Post-release
|
||||||
Add Advance Local (local USA)
|
Add Advance Local (local USA)
|
||||||
Add Code Sports (Australia)
|
Add Code Sports (Australia)
|
||||||
|
Add DealStreetAsia
|
||||||
Add Italian.tech
|
Add Italian.tech
|
||||||
Add Spectator World
|
Add Spectator World
|
||||||
Fix Medium (faster)
|
Fix Medium (faster)
|
||||||
|
|
|
@ -92,9 +92,17 @@
|
||||||
"domain": "tagblatt.ch",
|
"domain": "tagblatt.ch",
|
||||||
"useragent": "googlebot"
|
"useragent": "googlebot"
|
||||||
},
|
},
|
||||||
|
"The-japan-news.com": {
|
||||||
|
"domain": "the-japan-news.com"
|
||||||
|
},
|
||||||
"The-past.com": {
|
"The-past.com": {
|
||||||
"domain": "the-past.com"
|
"domain": "the-past.com"
|
||||||
},
|
},
|
||||||
|
"Thenational.scot": {
|
||||||
|
"allow_cookies": 1,
|
||||||
|
"block_regex": "\\.tinypass\\.com\\/",
|
||||||
|
"domain": "thenational.scot"
|
||||||
|
},
|
||||||
"Tijorifinance.com": {
|
"Tijorifinance.com": {
|
||||||
"allow_cookies": 1,
|
"allow_cookies": 1,
|
||||||
"domain": "tijorifinance.com",
|
"domain": "tijorifinance.com",
|
||||||
|
|
|
@ -136,6 +136,7 @@
|
||||||
"*://*.dailytelegraph.com.au/*",
|
"*://*.dailytelegraph.com.au/*",
|
||||||
"*://*.dallasnews.com/*",
|
"*://*.dallasnews.com/*",
|
||||||
"*://*.darkreading.com/*",
|
"*://*.darkreading.com/*",
|
||||||
|
"*://*.dealstreetasia.com/*",
|
||||||
"*://*.demorgen.be/*",
|
"*://*.demorgen.be/*",
|
||||||
"*://*.denverpost.com/*",
|
"*://*.denverpost.com/*",
|
||||||
"*://*.destentor.nl/*",
|
"*://*.destentor.nl/*",
|
||||||
|
@ -570,5 +571,5 @@
|
||||||
"*://*.wallkit.net/*",
|
"*://*.wallkit.net/*",
|
||||||
"*://*.wsj.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": {
|
"De Tijd": {
|
||||||
domain: "tijd.be"
|
domain: "tijd.be"
|
||||||
},
|
},
|
||||||
|
"DealStreetAsia": {
|
||||||
|
domain: "dealstreetasia.com",
|
||||||
|
useragent: "bingbot"
|
||||||
|
},
|
||||||
"DeMorgen": {
|
"DeMorgen": {
|
||||||
domain: "demorgen.be",
|
domain: "demorgen.be",
|
||||||
group_rule: "###_gr_nl_pg_domains"
|
group_rule: "###_gr_nl_pg_domains"
|
||||||
|
|
|
@ -4,6 +4,10 @@
|
||||||
"allow_cookies": 1,
|
"allow_cookies": 1,
|
||||||
"useragent": "googlebot"
|
"useragent": "googlebot"
|
||||||
},
|
},
|
||||||
|
"DealStreetAsia": {
|
||||||
|
"domain": "dealstreetasia.com",
|
||||||
|
"useragent": "bingbot"
|
||||||
|
},
|
||||||
"Italian.tech": {
|
"Italian.tech": {
|
||||||
"domain": "italian.tech",
|
"domain": "italian.tech",
|
||||||
"group_rule": "###_gr_it_repubblica_domains"
|
"group_rule": "###_gr_it_repubblica_domains"
|
||||||
|
|
Loading…
Reference in a new issue