mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 06:37:47 +01:00
Fix-update Gestion & El Comercio (Peru)
This commit is contained in:
parent
4df9846262
commit
930566886f
5 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
# Bypass Paywalls Clean for Firefox
|
||||
|
||||
* [Installation](#installation)
|
||||
* [Update](#update)
|
||||
* [List of supported websites](#list-of-supported-websites)
|
||||
* [Sites with limited number of free articles](#sites-with-limited-number-of-free-articles)
|
||||
* [New site requests](#new-site-requests)
|
||||
|
|
|
@ -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 - Firefox
|
||||
|
||||
Post-release
|
||||
Fix-update Gestion & El Comercio (Peru)
|
||||
Fix-update SeekingAlpha (amp)
|
||||
|
||||
* v2.0.1.0 (2020-12-27)
|
||||
|
|
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
|
@ -414,5 +414,5 @@
|
|||
"*://*.repstatic.it/*",
|
||||
"*://*.userzoom.com/*"
|
||||
],
|
||||
"version": "2.0.1.1"
|
||||
"version": "2.0.1.2"
|
||||
}
|
Loading…
Reference in a new issue