Fix-update Gestion & El Comercio (Peru)
This commit is contained in:
parent
1845585a01
commit
26423dd328
@ -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;
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
}
|
||||
|
||||
|
@ -401,5 +401,5 @@
|
||||
"*://*.repstatic.it/*",
|
||||
"*://*.userzoom.com/*"
|
||||
],
|
||||
"version": "2.0.1.1"
|
||||
"version": "2.0.1.2"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user