From 949f45ef64cb2efa4b03a295fb6d8fbb4780ea6f Mon Sep 17 00:00:00 2001 From: ghost Date: Sun, 28 Apr 2019 13:43:51 -0700 Subject: [PATCH] Add scientificamerican.com --- README.md | 1 + background.js | 2 ++ manifest.json | 2 +- options.js | 1 + updates.xml | 2 +- 5 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c1923f2..5764c77 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ NRC (nrc.nl)\ OrlandoSentinel (orlandosentinel.com)\ Quora (quora.com)\ San Francisco Chronicle (sfchronicle.com)\ +Scientific American (scientificamerican.com)\ SunSentinel (sun-sentinel.com)\ The Advocate (theadvocate.com.au)\ The Age (theage.com.au)\ diff --git a/background.js b/background.js index 6fb40c3..d87da37 100644 --- a/background.js +++ b/background.js @@ -39,6 +39,7 @@ var defaultSites = { 'OrlandoSentinel': 'orlandosentinel.com', 'Quora': 'quora.com', 'San Francisco Chronicle': 'sfchronicle.com', + 'Scientific American': 'scientificamerican.com', 'SunSentinel': 'sun-sentinel.com', 'The Advocate': 'theadvocate.com.au', 'The Age': 'theage.com.au', @@ -114,6 +115,7 @@ const remove_cookies = [ 'sfchronicle.com', 'nymag.com', 'foreignaffairs.com', +'scientificamerican.com', ] function setDefaultOptions() { diff --git a/manifest.json b/manifest.json index 741c818..27c22f3 100644 --- a/manifest.json +++ b/manifest.json @@ -20,5 +20,5 @@ "page": "options.html" }, "permissions": [ "cookies", "", "storage", "webRequest", "webRequestBlocking"], - "version": "1.4.8" + "version": "1.4.9" } diff --git a/options.js b/options.js index df2b4d2..a902dc9 100644 --- a/options.js +++ b/options.js @@ -37,6 +37,7 @@ var defaultSites = { 'OrlandoSentinel': 'orlandosentinel.com', 'Quora': 'quora.com', 'San Francisco Chronicle': 'sfchronicle.com', + 'Scientific American': 'scientificamerican.com', 'SunSentinel': 'sun-sentinel.com', 'The Advocate': 'theadvocate.com.au', 'The Age': 'theage.com.au', diff --git a/updates.xml b/updates.xml index 13ff599..f538ca5 100644 --- a/updates.xml +++ b/updates.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file