diff --git a/README.md b/README.md index 2460c6f..c8c4c54 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ MIT Technology Review (technologyreview.com)\ Nikkei Asian Review (asia.nikkei.com)\ NRC (nrc.nl)\ The Boston Globe (bostonglobe.com)\ +The Globe and Mail (theglobeandmail.com)\ The Mercury News (mercurynews.com)\ The Morning Call (mcall.com)\ The Nation (thenation.com)\ @@ -42,6 +43,7 @@ The Seattle Times (seattletimes.com)\ The Sydney Morning Herald (smh.com.au)\ The Washington Post (washingtonpost.com)\ The Wall Street Journal (wsj.com)\ +Vanity Fair (vanityfair.com)\ Wired (wired.com) ### Troubleshooting diff --git a/background.js b/background.js index 14141f5..083b31c 100644 --- a/background.js +++ b/background.js @@ -27,6 +27,7 @@ var defaultSites = { 'Nikkei Asian Review': 'asia.nikkei.com', 'NRC': 'nrc.nl', 'The Boston Globe': 'bostonglobe.com', + 'The Globe and Mail': 'theglobeandmail.com', 'The Mercury News': 'mercurynews.com', 'The Morning Call': 'mcall.com', 'The Nation': 'thenation.com', @@ -40,6 +41,7 @@ var defaultSites = { 'The Sydney Morning Herald': 'smh.com.au', 'The Washington Post': 'washingtonpost.com', 'The Wall Street Journal': 'wsj.com', + 'Vanity Fair': 'vanityfair.com', 'Wired': 'wired.com' }; diff --git a/changelog.txt b/changelog.txt index 4b4bdb4..533b6b8 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,6 @@ Updates-- +2018-06-22 v1.2.8: Added Vanity Fair (vanityfair.com), added The Globe and Mail (theglobeandmail.com) 2018-06-03 v1.2.7: Added Wired (wired.com) 2018-05-20 v1.2.6: Added TheMarker (themarker.com) 2018-05-12 v1.2.5: Fixed Boston Globe (bostonglobe.com) @@ -45,6 +46,7 @@ MIT Technology Review (technologyreview.com) Nikkei Asian Review (asia.nikkei.com) NRC (nrc.nl) The Boston Globe (bostonglobe.com) +The Globe and Mail (theglobeandmail.com) The Mercury News (mercurynews.com) The Morning Call (mcall.com) The Nation (thenation.com) @@ -58,4 +60,5 @@ The Seattle Times (seattletimes.com) The Sydney Morning Herald (smh.com.au) The Washington Post (washingtonpost.com) The Wall Street Journal (wsj.com) +Vanity Fair (vanityfair.com) Wired (wired.com) diff --git a/manifest.json b/manifest.json index 99ebd98..910dcc2 100644 --- a/manifest.json +++ b/manifest.json @@ -28,5 +28,5 @@ "page": "options.html" }, "permissions": [ "cookies", "", "storage", "webRequest", "webRequestBlocking"], - "version": "1.2.7" + "version": "1.2.8" } diff --git a/options.js b/options.js index f80080a..fee3b43 100644 --- a/options.js +++ b/options.js @@ -25,6 +25,7 @@ var defaultSites = { 'Nikkei Asian Review': 'asia.nikkei.com', 'NRC': 'nrc.nl', 'The Boston Globe': 'bostonglobe.com', + 'The Globe and Mail': 'theglobeandmail.com', 'The Mercury News': 'mercurynews.com', 'The Morning Call': 'mcall.com', 'The Nation': 'thenation.com', @@ -38,6 +39,7 @@ var defaultSites = { 'The Sydney Morning Herald': 'smh.com.au', 'The Washington Post': 'washingtonpost.com', 'The Wall Street Journal': 'wsj.com', + 'Vanity Fair': 'vanityfair.com', 'Wired': 'wired.com' }; diff --git a/popup.html b/popup.html index 831263b..2b1f197 100644 --- a/popup.html +++ b/popup.html @@ -1,7 +1,7 @@ -
Bypass Paywalls v1.2.7 by Adam +
Bypass Paywalls v1.2.8 by Adam Options