mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 07:17:47 +01:00
Fix-update CharlieHebdo.fr (captcha)
This commit is contained in:
parent
f9184d506c
commit
383943cb73
3 changed files with 3 additions and 1 deletions
|
@ -34,6 +34,7 @@ var allow_cookies_default = [
|
||||||
'belfasttelegraph.co.uk',
|
'belfasttelegraph.co.uk',
|
||||||
'bostonglobe.com',
|
'bostonglobe.com',
|
||||||
'business-standard.com',
|
'business-standard.com',
|
||||||
|
'charliehebdo.fr',
|
||||||
'clarin.com',
|
'clarin.com',
|
||||||
'chronicle.com',
|
'chronicle.com',
|
||||||
'df.cl',
|
'df.cl',
|
||||||
|
|
|
@ -6,6 +6,7 @@ Add El Comercio, Ideal & La Voz de Cadiz (Spain)
|
||||||
Add Esprit (France)
|
Add Esprit (France)
|
||||||
Add The Spectator USA
|
Add The Spectator USA
|
||||||
Remove Aftonbladet.se (obsolete)
|
Remove Aftonbladet.se (obsolete)
|
||||||
|
Fix-update CharlieHebdo.fr (captcha)
|
||||||
Fix-update El Mercurio & La Segunda (mobile)
|
Fix-update El Mercurio & La Segunda (mobile)
|
||||||
Fix-update Harper's Magazine
|
Fix-update Harper's Magazine
|
||||||
Fix-update Mexico News Daily
|
Fix-update Mexico News Daily
|
||||||
|
|
|
@ -4,7 +4,7 @@ var domain;
|
||||||
var csDone = false;
|
var csDone = false;
|
||||||
|
|
||||||
// clean local storage of sites (with an exemption for hold-list)
|
// clean local storage of sites (with an exemption for hold-list)
|
||||||
var arr_localstorage_hold = ['elmundo.es', 'kurier.at', 'nknews.org', 'nrz.de', 'seekingalpha.com', 'sfchronicle.com', 'thehindu.com', 'thetimes.co.uk', 'waz.de', 'wp.de', 'wr.de'];
|
var arr_localstorage_hold = ['charliehebdo.fr', 'elmundo.es', 'kurier.at', 'nknews.org', 'nrz.de', 'seekingalpha.com', 'sfchronicle.com', 'thehindu.com', 'thetimes.co.uk', 'waz.de', 'wp.de', 'wr.de'];
|
||||||
var es_grupo_vocento_domains = ['diariosur.es', 'diariovasco.com', 'elcomercio.es', 'elcorreo.com', 'eldiariomontanes.es', 'elnortedecastilla.es', 'hoy.es', 'ideal.es', 'larioja.com', 'laverdad.es', 'lavozdigital.es'];
|
var es_grupo_vocento_domains = ['diariosur.es', 'diariovasco.com', 'elcomercio.es', 'elcorreo.com', 'eldiariomontanes.es', 'elnortedecastilla.es', 'hoy.es', 'ideal.es', 'larioja.com', 'laverdad.es', 'lavozdigital.es'];
|
||||||
arr_localstorage_hold = arr_localstorage_hold.concat(es_grupo_vocento_domains);
|
arr_localstorage_hold = arr_localstorage_hold.concat(es_grupo_vocento_domains);
|
||||||
if (!matchDomain(arr_localstorage_hold)){
|
if (!matchDomain(arr_localstorage_hold)){
|
||||||
|
|
Loading…
Reference in a new issue