mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 06:57:48 +01:00
Fix The Diplomat (cookies)
This commit is contained in:
parent
018629c8da
commit
8b50aad251
4 changed files with 10 additions and 2 deletions
|
@ -596,7 +596,7 @@ Grouped in options:\
|
||||||
[South China Morning Post](https://www.scmp.com) -
|
[South China Morning Post](https://www.scmp.com) -
|
||||||
[Southern Weekly](https://www.infzm.com) -
|
[Southern Weekly](https://www.infzm.com) -
|
||||||
[Tech in Asia](https://www.techinasia.com) -
|
[Tech in Asia](https://www.techinasia.com) -
|
||||||
[The Diplomat](https://www.thediplomat.com) -
|
[The Diplomat](https://thediplomat.com) -
|
||||||
[The Japan Times](https://www.japantimes.co.jp)
|
[The Japan Times](https://www.japantimes.co.jp)
|
||||||
|
|
||||||
#### India
|
#### India
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
Changelog Bypass Paywalls Clean - Firefox
|
Changelog Bypass Paywalls Clean - Firefox
|
||||||
|
|
||||||
Post-release
|
Post-release
|
||||||
|
Fix The Diplomat (cookies)
|
||||||
Fix Times of India (amp)
|
Fix Times of India (amp)
|
||||||
Update custom sites (random ip)
|
Update custom sites (random ip)
|
||||||
|
|
||||||
|
|
4
sites.js
4
sites.js
|
@ -1423,7 +1423,9 @@ var defaultSites = {
|
||||||
block_regex: /(\.blueconic\.net\/|js\.matheranalytics\.com\/|cdn\.ampproject\.org\/v\d\/amp-((sticky-)?ad|subscriptions)-.+\.js)/
|
block_regex: /(\.blueconic\.net\/|js\.matheranalytics\.com\/|cdn\.ampproject\.org\/v\d\/amp-((sticky-)?ad|subscriptions)-.+\.js)/
|
||||||
},
|
},
|
||||||
"The Diplomat": {
|
"The Diplomat": {
|
||||||
domain: "thediplomat.com"
|
domain: "thediplomat.com",
|
||||||
|
block_regex: /\/thediplomat\.com\/.+\/js\/angular-cookies\.min\.js/,
|
||||||
|
remove_cookies_select_drop: ["dpl-pw"]
|
||||||
},
|
},
|
||||||
"The Economic Times (ET Prime)": {
|
"The Economic Times (ET Prime)": {
|
||||||
domain: "###_economictimes",
|
domain: "###_economictimes",
|
||||||
|
|
|
@ -25,6 +25,11 @@
|
||||||
"domain": "expressnews.com",
|
"domain": "expressnews.com",
|
||||||
"block_regex": "(\\.blueconic\\.net\\/|cdn\\.ampproject\\.org\\/v\\d\/amp-(access|(sticky-)?ad)-.+\\.js)"
|
"block_regex": "(\\.blueconic\\.net\\/|cdn\\.ampproject\\.org\\/v\\d\/amp-(access|(sticky-)?ad)-.+\\.js)"
|
||||||
},
|
},
|
||||||
|
"The Diplomat": {
|
||||||
|
"domain": "thediplomat.com",
|
||||||
|
"block_regex": "\\/thediplomat\\.com\\/.+\\/js\\/angular-cookies\\.min\\.js",
|
||||||
|
"remove_cookies_select_drop": ["dpl-pw"]
|
||||||
|
},
|
||||||
"The Indian Express": {
|
"The Indian Express": {
|
||||||
"domain": "indianexpress.com",
|
"domain": "indianexpress.com",
|
||||||
"allow_cookies": 1,
|
"allow_cookies": 1,
|
||||||
|
|
Loading…
Reference in a new issue