Add La Estrella de Valparaiso (Chile)

This commit is contained in:
magnolia1234 2020-11-12 19:26:21 +01:00
parent 29fe0206b7
commit 2aac8bc143
6 changed files with 11 additions and 8 deletions

View File

@ -44,9 +44,8 @@ Windows Registry Editor Version 5.00
#### Android
1. Install [Kiwi Browser](https://play.google.com/store/apps/details?id=com.kiwibrowser.browser&hl=nl) or [Yandex Browser](https://play.google.com/store/apps/details?id=com.yandex.browser&hl=en) from the Google PlayStore.
2. Follow Chrome instructions located just above (step 6: pick `manifest.json` instead of the folder).
* for Kiwi Browser you can also load the CRX-file in downloads (auto-updating, no whitelist needed, opt-in for custom sites not working (use kiwi-custom crx))
2. For Kiwi Browser load the CRX-file in downloads (auto-updating, no whitelist needed, opt-in for custom sites not working (use kiwi-custom crx)).
3. For Yandex Browser follow Chrome instructions above (load unpacked; step 6: pick `manifest.json` instead of the folder).
#### Firefox
Visit the [Firefox repository](https://bitbucket.org/magnolia1234/bypass-paywalls-firefox-clean) of Bypass Paywall Clean.
@ -368,6 +367,7 @@ For example:
[Diario Financiero](https://www.df.cl) -
[El Mercurio](https://digital.elmercurio.com) -
[El Mercurio de Valparaíso](https://www.mercuriovalpo.cl) -
[La Estrella de Valparaíso](https://www.estrellavalpo.cl) -
[La Segunda](https://digital.lasegunda.com) -
[La Tercera](https://www.latercera.com)
##### Mexico

View File

@ -38,7 +38,6 @@ var allow_cookies_default = [
'elmercurio.com',
'elmundo.es',
'elpais.com',
'mercuriovalpo.cl',
'eurekareport.com.au',
'faz.net',
'folha.uol.com.br',
@ -195,8 +194,9 @@ var blockedRegexes = {
'elmercurio.com': /(elmercurio\.com\/.+\/js\/modal\.js|merreader\.emol\.cl\/assets\/js\/(vendor\/modal|merPramV\d)\.js|staticmer(\d)?\.emol\.cl\/js\/.+\/(modal|PramModal\.min)\.js)/,
'elmundo.es': /cdn\.ampproject\.org\/v\d\/amp-access-.+\.js/,
'elpais.com': /.+\.epimg\.net\/js\/.+\/noticia\.min\.js/,
'estrellavalpo.cl': /(.+\.mercuriovalpo\.cl\/impresa\/.+\/assets\/(vendor|\d)\.js|pram\.pasedigital\.cl\/API\/User\/Status\?)/,
'exame.abril.com.br': /.+\.tinypass\.com\/.+/,
'folha.uol.com.br': /(.+\.folha\.uol\.com\.br\/paywall\/js\/.+\/publicidade\.ads\.js|js\.matheranalytics\.com\/.+)/,
'folha.uol.com.br': /(.+\.folha\.uol\.com\.br\/paywall\/js\/.+\/publicidade\.ads\.js|paywall\.folha\.uol\.com\.br\/.+|js\.matheranalytics\.com\/.+)/,
'gelocal.it': /cdn\.ampproject\.org\/v\d\/amp-access-.+\.js/,
'globo.com': /.+\.tinypass\.com\/.+/,
'foreignaffairs.com': /.+\.foreignaffairs\.com\/sites\/default\/files\/js\/js_P9zr.+\.js/,
@ -229,7 +229,7 @@ var blockedRegexes = {
'lopinion.fr': /.+\.poool\.fr\/.+/,
'lrb.co.uk': /.+\.tinypass\.com\/.+/,
'marketwatch.com': /cdn\.cxense\.com\/.+/,
'mercuriovalpo.cl': /(.+\.mercuriovalpo\.cl\/impresa\/wp-content\/themes\/papel-digital-2019-desktop\/assets\/(vendor|\d)\.js|pram\.pasedigital\.cl\/API\/User\/Status\?)/,
'mercuriovalpo.cl': /(.+\.mercuriovalpo\.cl\/impresa\/.+\/assets\/(vendor|\d)\.js|pram\.pasedigital\.cl\/API\/User\/Status\?)/,
'modernhealthcare.com': /.+\.tinypass\.com\/.+/,
'nationalgeographic.com': /.+\.blueconic\.net\/.+/,
'nationalreview.com': /(.+\.blueconic\.net\/.+|cdn\.ampproject\.org\/v\d\/amp-access-.+\.js)/,

View File

@ -2,6 +2,7 @@
Changelog Bypass Paywalls Clean - Chrome
Post-release
Add La Estrella de Valparaiso (Chile)
Fix-update Folha de S. Paulo (MatherAnalytics)
Fix-update WSJ (mobile layout)
Update custom sites: allow_cookies

View File

@ -1230,7 +1230,7 @@ else if (matchDomain("limesonline.com")) {
}, 500); // Delay (in milliseconds)
}
else if (matchDomain("mercuriovalpo.cl")) {
else if (matchDomain(["mercuriovalpo.cl", "estrellavalpo.cl"])) {
let content = document.querySelector('div.content');
if (content)
content.setAttribute('id', 'content_new');

View File

@ -87,6 +87,7 @@
"*://*.elmundo.es/*",
"*://*.elpais.com/*",
"*://*.estadao.com.br/*",
"*://*.estrellavalpo.cl/*",
"*://*.eurekareport.com.au/*",
"*://*.exame.abril.com.br/*",
"*://*.examiner.com.au/*",
@ -328,5 +329,5 @@
"webRequest",
"webRequestBlocking"
],
"version": "1.9.4.3"
"version": "1.9.4.4"
}

View File

@ -89,6 +89,7 @@ var defaultSites =
"L'Opinion": "lopinion.fr",
"L'Orient-Le Jour": "lorientlejour.com",
"La Dépêche": "ladepeche.fr",
"La Estrella de Valparaíso": "estrellavalpo.cl",
"La Nación": "lanacion.com.ar",
"La Repubblica": "repubblica.it",
"La Segunda": "lasegunda.com",