diff --git a/README.md b/README.md index cfd46c1..bfbb2b2 100755 --- a/README.md +++ b/README.md @@ -706,7 +706,8 @@ Grouped in options:\ [South China Morning Post](https://www.scmp.com) - [Southern Weekly](https://www.infzm.com) - [Tech in Asia](https://www.techinasia.com) - -[The Diplomat](https://thediplomat.com) +[The Diplomat](https://thediplomat.com) - +[The Star Malaysia](https://www.thestar.com.my) #### India [Bloomberg Quint](https://www.bloombergquint.com) - diff --git a/changelog.txt b/changelog.txt index 2c06375..542a018 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,7 @@ Changelog Bypass Paywalls Clean - Chrome Post-release +Add The Star Malaysia Add UnHerd (UK) Remove The Japan Times (fix obsolete) Fix Lequipe.fr (json) diff --git a/custom/sites_custom.json b/custom/sites_custom.json index e59780f..a16a0f7 100644 --- a/custom/sites_custom.json +++ b/custom/sites_custom.json @@ -172,10 +172,6 @@ "block_regex": "\\.tinypass\\.com\\/", "domain": "thenational.scot" }, - "Thestar.com.my": { - "block_regex": "(\\.piano\\.io\\/|cdn\\.cxense\\.com)", - "domain": "thestar.com.my" - }, "Theweek.com": { "allow_cookies": 1, "domain": "theweek.com", diff --git a/manifest.json b/manifest.json index e5abc20..02ac616 100755 --- a/manifest.json +++ b/manifest.json @@ -548,6 +548,7 @@ "*://*.therecord.com/*", "*://*.thesaturdaypaper.com.au/*", "*://*.thespec.com/*", + "*://*.thestar.com.my/*", "*://*.thestar.com/*", "*://*.thestate.com/*", "*://*.thetimes.co.uk/*", diff --git a/sites.js b/sites.js index de8f2fa..a4fec2e 100755 --- a/sites.js +++ b/sites.js @@ -1743,6 +1743,10 @@ var defaultSites = { domain: "spectatorworld.com", block_regex: /(cdn\.cxense\.com\/|\.tinypass\.com\/)/ }, + "The Star Malaysia": { + domain: "thestar.com.my", + block_regex: /(cdn\.cxense\.com\/|\.piano\.io\/)/ + }, "The Sydney Morning Herald": { domain: "smh.com.au", group_rule: "###_gr_au_nine_domains" diff --git a/sites_updated.json b/sites_updated.json index ed5fc35..957b3d5 100644 --- a/sites_updated.json +++ b/sites_updated.json @@ -28,6 +28,10 @@ "block_regex": "(\\.blueconic\\.net\\/|js\\.matheranalytics\\.com\\/|cdn\\.ampproject\\.org\\/v\\d\\/amp-subscriptions-.+\\.js)", "useragent": "googlebot" }, + "The Star Malaysia": { + "domain": "thestar.com.my", + "block_regex": "(cdn\\.cxense\\.com\\/|\\.piano\\.io\\/)" + }, "UnHerd": { "domain": "unherd.com", "allow_cookies": 1,