diff --git a/README.md b/README.md index 29743f2..ee3771e 100644 --- a/README.md +++ b/README.md @@ -270,6 +270,7 @@ Install add-on by downloading xpi-file. [Valor Econômico](https://valor.globo.com)* ##### Chile [El Mercurio](https://digital.elmercurio.com) - +[La Segunda](https://digital.lasegunda.com) - [La Tercera](https://www.latercera.com) ##### Mexico [Mexico News Daily](https://mexiconewsdaily.com) diff --git a/background.js b/background.js index 8bda111..0dcfd68 100644 --- a/background.js +++ b/background.js @@ -172,6 +172,7 @@ var blockedRegexes = { 'irishtimes.com': /cdn\.ampproject\.org\/v\d\/amp-access-.+\.js/, 'knack.be': /.+\.knack\.be\/js\/responsive\/rmgModal\.js/, 'ladepeche.fr': /.+\.poool\.fr\/.+/, +'lasegunda.com': /segreader\.emol\.cl\/assets\/js\/(vendor\/modal\.js|merPramV\d\.js)/, 'lastampa.it': /.+\.repstatic\.it\/minify\/sites\/lastampa\/.+\/config\.cache\.php\?name=social_js/, 'lc.nl': /.+\.evolok\.net\/.+\/authorize\/.+/, 'lejdd.fr': /.+\.poool\.fr\/.+/, diff --git a/lp/manifest.json b/lp/manifest.json index 1127e25..7aa55b4 100644 --- a/lp/manifest.json +++ b/lp/manifest.json @@ -132,6 +132,7 @@ "*://*.labusinessjournal.com/*", "*://*.ladepeche.fr/*", "*://*.lanacion.com.ar/*", + "*://*.lasegunda.com/*", "*://*.lastampa.it/*", "*://*.latercera.com/*", "*://*.latimes.com/*", diff --git a/sites.js b/sites.js index ee5ffea..0e78c74 100644 --- a/sites.js +++ b/sites.js @@ -76,6 +76,7 @@ var defaultSites = "La Dépêche": "ladepeche.fr", "La Nación": "lanacion.com.ar", "La Repubblica": "repubblica.it", + "La Segunda": "lasegunda.com", "La Stampa": "lastampa.it", "La Tercera": "latercera.com", "Le Devoir": "ledevoir.com",