Add L'Écho & La Nación + typos/comments (#3)

* Update background.js

* Update README.md

* Update options.js

* Update background.js
This commit is contained in:
frantzkamus 2019-10-25 18:44:39 +02:00 committed by magnolia1234
parent 1af2de6ae0
commit 70a6013726
3 changed files with 19 additions and 11 deletions

View File

@ -47,9 +47,11 @@
[Harvard Business Review](https://www.hbr.org)\
[Inc.com](https://www.inc.com)\
[Irish Times](https://www.irishtimes.com)\
[LA Business Journal](labusinessjournal.com)\
[L.A. Business Journal](https://labusinessjournal.com)\
[La Nación](https://www.lanacion.com.ar)\
[La Repubblica](https://www.repubblica.it)\
[La Tercera](latercera.com)\
[La Tercera](https://latercera.com)\
[L'Écho](https://lecho.be)\
[Le Monde](https://www.lemonde.fr)\
[Les Échos](https://lesechos.fr)\
[Libération](https://liberation.fr)\
@ -58,7 +60,7 @@
[MIT Sloan Management Review](https://sloanreview.mit.edu)\
[MIT Technology Review](https://www.technologyreview.com)\
[Medium](https://www.medium.com)\
[Mexicon News Daily](mexiconewsdaily.com)\
[Mexicon News Daily](https://mexiconewsdaily.com)\
[NRC](https://www.nrc.nl)\
[New York Magazine](https://www.nymag.com)\
[New Zealand Herald](https://www.nzherald.co.nz)\
@ -68,7 +70,7 @@
[Parool](https://www.parool.nl)\
[Quartz](https://qz.com)\
[Quora](https://www.quora.com)\
[San Diego Union Tribune](sandiegouniontribune.com)\
[San Diego Union Tribune](https://sandiegouniontribune.com)\
[San Francisco Chronicle](https://sfchronicle.com)\
[Scientific American](https://scientificamerican.com)\
[Statista](https://statista.com)\
@ -131,7 +133,7 @@ Usually premium articles cannot be bypassed as they are behind a hard paywall.
* If a site doesn't work try turning off uBlock and refreshing.
* Make sure the site is checked under Options (on macOS sometimes the sites are unselected).
### Pull Requesets
### Pull Requests
* PRs are welcome.
### Show your support

View File

@ -1,5 +1,8 @@
/* Please respect alphabetical order when adding a site in any list */
'use strict';
// Cookies from this list are blocked by default
var defaultSites = {
'Algemeen Dagblad': 'ad.nl',
'American Banker': 'americanbanker.com',
@ -18,8 +21,6 @@ var defaultSites = {
'DeMorgen': 'demorgen.be',
'Denver Post': 'denverpost.com',
'Dynamed Plus': 'dynamed.com',
'The Economist': 'economist.com',
'Les Echos': 'lesechos.fr',
'Eindhovens Dagblad': 'ed.nl',
'Encyclopedia Britannica': 'britannica.com',
'Examiner': 'examiner.com.au',
@ -35,12 +36,15 @@ var defaultSites = {
'Harvard Business Review': 'hbr.org',
'Inc.com': 'inc.com',
'Irish Times': 'irishtimes.com',
'LA Business Journal': 'labusinessjournal.com',
'La Nacion': 'lanacion.com.ar',
'La Repubblica': 'repubblica.it',
'La Tercera': 'latercera.com',
'L\'Echo': 'lecho.be',
'Le Monde': 'lemonde.fr',
'Les Echos': 'lesechos.fr',
'Liberation': 'liberation.fr',
'Loeb Classical Library': 'loebclassics.com',
'Los Angeles Business Journal': 'labusinessjournal.com',
'Los Angeles Times': 'latimes.com',
'Medium': 'medium.com',
'Mexico News Daily': 'mexiconewsdaily.com',
@ -69,6 +73,7 @@ var defaultSites = {
'The Australian Financial Review': 'afr.com',
'The Boston Globe': 'bostonglobe.com',
'The Business Journals': 'bizjournals.com',
'The Economist': 'economist.com',
'The Globe and Mail': 'theglobeandmail.com',
'The Japan Times': 'japantimes.co.jp',
'TheMarker': 'themarker.com',

View File

@ -16,7 +16,6 @@ var defaultSites = {
'DeMorgen': 'demorgen.be',
'Denver Post': 'denverpost.com',
'Dynamed Plus': 'dynamed.com',
'The Economist (javascript disabled)': 'economist.com',
'Encyclopedia Britannica': 'britannica.com',
'Eindhovens Dagblad': 'ed.nl',
'Examiner': 'examiner.com.au',
@ -32,13 +31,15 @@ var defaultSites = {
'Harvard Business Review': 'hbr.org',
'Inc.com': 'inc.com',
'Irish Times': 'irishtimes.com',
'LA Business Journal': 'labusinessjournal.com',
'La Nacion': 'lanacion.com.ar',
'La Repubblica': 'repubblica.it',
'La Tercera': 'latercera.com',
'L\'Echo': 'lecho.be',
'Le Monde': 'lemonde.fr',
'Les Echos': 'lesechos.fr',
'Liberation': 'liberation.fr',
'Loeb Classical Library': 'loebclassics.com',
'Los Angeles Business Journal': 'labusinessjournal.com',
'Los Angeles Times': 'latimes.com',
'Medium': 'medium.com',
'Mexico News Daily': 'mexiconewsdaily.com',
@ -67,6 +68,7 @@ var defaultSites = {
'The Australian Financial Review (javascript disabled)': 'afr.com',
'The Boston Globe (javascript disabled)': 'bostonglobe.com',
'The Business Journals (javascript disabled)': 'bizjournals.com',
'The Economist (javascript disabled)': 'economist.com',
'The Globe and Mail (javascript disabled)': 'theglobeandmail.com',
'The Japan Times': 'japantimes.co.jp',
'TheMarker': 'themarker.com',
@ -166,4 +168,3 @@ document.addEventListener('DOMContentLoaded', renderOptions);
document.getElementById('save').addEventListener('click', save_options);
document.getElementById('select-all').addEventListener('click', selectAll);
document.getElementById('select-none').addEventListener('click', selectNone);