mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 06:07:47 +01:00
Fix DealStreetAsia (free articles only)
This commit is contained in:
parent
c0448c2c6d
commit
8a481d72b4
3 changed files with 4 additions and 4 deletions
|
@ -677,7 +677,7 @@ Grouped in options:\
|
|||
#### East Asia
|
||||
[Asia Times](https://asiatimes.com) -
|
||||
[CommonWealth Magazine Taiwan](https://www.cw.com.tw)* -
|
||||
[DealStreetAsia](https://www.dealstreetasia.com) -
|
||||
[DealStreetAsia](https://www.dealstreetasia.com)* -
|
||||
[Harvard Business Review China](https://www.hbrchina.org) -
|
||||
[Mainichi Shimbun](https://mainichi.jp) -
|
||||
[Nikkei Asian Review](https://asia.nikkei.com) -
|
||||
|
|
|
@ -4,6 +4,7 @@ Changelog Bypass Paywalls Clean - Firefox
|
|||
Post-release
|
||||
Add De Tijd & L'Echo
|
||||
Add group Mediahuis Noord (opt-in to custom sites for unlisted)
|
||||
Fix DealStreetAsia (free articles only)
|
||||
Fix Knack.be & LeVif.be
|
||||
|
||||
* v2.6.7.0 (2022-05-01)
|
||||
|
|
5
sites.js
5
sites.js
|
@ -305,9 +305,8 @@ var defaultSites = {
|
|||
domain: "tijd.be",
|
||||
referer: "google"
|
||||
},
|
||||
"DealStreetAsia": {
|
||||
domain: "dealstreetasia.com",
|
||||
useragent: "bingbot"
|
||||
"DealStreetAsia (free articles only)": {
|
||||
domain: "dealstreetasia.com"
|
||||
},
|
||||
"DeMorgen": {
|
||||
domain: "demorgen.be",
|
||||
|
|
Loading…
Reference in a new issue