diff --git a/README.md b/README.md index 5a5bbb7..e5dd289 100755 --- a/README.md +++ b/README.md @@ -287,6 +287,7 @@ Visit the [Firefox repository](https://bitbucket.org/magnolia1234/bypass-paywall [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 c7c2a7f..5c1507c 100755 --- 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 7dfb2ef..a6686eb 100644 --- a/lp/manifest.json +++ b/lp/manifest.json @@ -188,6 +188,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 22035bb..3d569d4 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",