Fix-update Gestion & El Comercio (Peru)

This commit is contained in:
magnolia1234 2020-12-30 16:44:41 +01:00
parent 1845585a01
commit 26423dd328
4 changed files with 7 additions and 4 deletions

View File

@ -4,7 +4,7 @@
var ext_api = (typeof browser === 'object') ? browser : chrome;
var ext_name = ext_api.runtime.getManifest().name;
const cs_limit_except = ['afr.com', 'elpais.com', 'harpers.org', 'inkl.com', 'la-croix.com', 'lescienze.it', 'techinasia.com'];
const cs_limit_except = ['afr.com', 'elcomercio.pe', 'elpais.com', 'gestion.pe', 'harpers.org', 'inkl.com', 'la-croix.com', 'lescienze.it', 'techinasia.com'];
var currentTabUrl = '';
var csDone = false;

View File

@ -2,6 +2,7 @@
Changelog Bypass Paywalls Clean - Chrome
Post-release
Fix-update Gestion & El Comercio (Peru)
Fix-update SeekingAlpha (amp)
* v2.0.1.0 (2020-12-27)
@ -313,7 +314,7 @@ Add block general paywall scripts: BlueConic, OneCount, Qiota & TribDss. Remove
* v1.7.3.0 (2020-05-24)
Add ilManifesto.it
Fix-update Gestion.pe/ElComercio.pe
Fix-update Gestion & El Comercio (Peru)
Fix-update Haaretz.com (anti-adblocker)
Fix-update LeJdD.fr
Limit contentScript on external content
@ -346,7 +347,7 @@ BitBucket transfer
Add Eureka Report, Intelligent Investor & Switzer Report (Australia)
Add Frankfurter Allgemeine (Faz.net)
Add Philosophy Now
Fix-update Gestion.pe/ElComercio.pe
Fix-update Gestion & El Comercio (Peru)
Remove LeMonde.fr (obsolete)
Fix-update ilMessaggero.it
Fix-update WSJ (lift restrictions)

View File

@ -491,6 +491,8 @@ else if (matchDomain("caixinglobal.com")) {
for (let hidden_par of hidden_pars)
hidden_par.setAttribute('style', 'display:block;');
}
let app_exclusive_tip = document.querySelector('.app-exclusive-tip');
removeDOMElement(app_exclusive_tip);
}, 500); // Delay (in milliseconds)
}

View File

@ -401,5 +401,5 @@
"*://*.repstatic.it/*",
"*://*.userzoom.com/*"
],
"version": "2.0.1.1"
"version": "2.0.1.2"
}