diff --git a/README.md b/README.md index 9672b41a..c60c2139 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ Nikkei Asian Review (asia.nikkei.com)\ NRC (nrc.nl)\ The Boston Globe (bostonglobe.com)\ The Globe and Mail (theglobeandmail.com)\ +The Japan Times (japantimes.co.jp)\ The Mercury News (mercurynews.com)\ The Morning Call (mcall.com)\ The Nation (thenation.com)\ diff --git a/background.js b/background.js index 8af603d7..90e39b88 100644 --- a/background.js +++ b/background.js @@ -34,6 +34,7 @@ var defaultSites = { 'The Boston Globe': 'bostonglobe.com', 'The Business Journals': 'bizjournals.com', 'The Globe and Mail': 'theglobeandmail.com', + 'The Japan Times': 'japantimes.co.jp', 'The Mercury News': 'mercurynews.com', 'The Morning Call': 'mcall.com', 'The Nation': 'thenation.com', diff --git a/changelog.txt b/changelog.txt index 09878913..fff56c72 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,6 @@ Updates-- +2018-09-09 v1.3.9: Added japantimes.co.jp 2018-08-31 v1.3.8: Added thestar.com 2018-07-22 v1.3.7: Added towardsdatascience.com, fixed medium.com 2018-07-22 v1.3.6: Added spectator.co.uk diff --git a/manifest.json b/manifest.json index 62d2b6d4..3eb5e67f 100644 --- a/manifest.json +++ b/manifest.json @@ -43,5 +43,5 @@ "webRequest", "webRequestBlocking" ], - "version": "1.3.8" + "version": "1.3.9" } diff --git a/options.js b/options.js index 0bf0a4b2..b7c0c98d 100644 --- a/options.js +++ b/options.js @@ -32,6 +32,7 @@ var defaultSites = { 'The Boston Globe': 'bostonglobe.com', 'The Business Journals': 'bizjournals.com', 'The Globe and Mail': 'theglobeandmail.com', + 'The Japan Times': 'japantimes.co.jp', 'The Mercury News': 'mercurynews.com', 'The Morning Call': 'mcall.com', 'The Nation': 'thenation.com', diff --git a/popup.html b/popup.html index b3875bc6..82bcda36 100644 --- a/popup.html +++ b/popup.html @@ -1,7 +1,7 @@ -
Bypass Paywalls v1.3.7 by Adam +
Bypass Paywalls v1.3.9 by Adam Options