diff --git a/README.md b/README.md index db34a0e4..e3e46c7c 100644 --- a/README.md +++ b/README.md @@ -259,6 +259,7 @@ So don't update to Firefox 79 or use F-droid's [Fennec-release](https://f-droid. [CommonWealth Magazine Taiwan](https://www.cw.com.tw) - [Harvard Business Review Taiwan](https://www.hbrtaiwan.com) - [Nikkei Asian Review](https://asia.nikkei.com) - +[South China Morning Post](https://www.scmp.com) - [Tech in Asia](https://www.techinasia.com) - [The Diplomat](https://www.thediplomat.com) - [The Japan Times](https://www.japantimes.co.jp) diff --git a/background.js b/background.js index c7c2a7f9..5c1507c8 100644 --- a/background.js +++ b/background.js @@ -192,6 +192,7 @@ var blockedRegexes = { 'repubblica.it': /scripts\.repubblica\.it\/pw\/pw\.js.+/, 'science-et-vie.com': /.+\.qiota\.com\/.+/, 'sciencesetavenir.fr': /.+\.poool\.fr\/.+/, +'scmp.com': /.+\.tinypass\.com\/.+/, 'sfchronicle.com': /.+\.blueconic\.net\/.+/, 'sloanreview.mit.edu': /(.+\.tinypass\.com\/.+|.+\.netdna-ssl\.com\/wp-content\/themes\/smr\/assets\/js\/libs\/welcome-ad\.js)/, 'spectator.co.uk': /.+\.tinypass\.com\/.+/, diff --git a/lp/manifest.json b/lp/manifest.json index 02308986..bbecb3cb 100644 --- a/lp/manifest.json +++ b/lp/manifest.json @@ -200,6 +200,7 @@ "*://*.science-et-vie.com/*", "*://*.sciencesetavenir.fr/*", "*://*.scientificamerican.com/*", + "*://*.scmp.com/*", "*://*.scribd.com/*", "*://*.seattletimes.com/*", "*://*.seekingalpha.com/*", diff --git a/sites.js b/sites.js index 22035bb8..3d569d48 100644 --- a/sites.js +++ b/sites.js @@ -132,6 +132,7 @@ var defaultSites = "Seeking Alpha": "seekingalpha.com", "Slader": "slader.com", "SOFREP": "sofrep.com", + "South China Morning Post": "scmp.com", "Statista": "statista.com", "Süddeutsche Zeitung": "sueddeutsche.de", "SunSentinel": "sun-sentinel.com",