Add Domani (Italy)
This commit is contained in:
parent
cd3a17dddf
commit
282d18b13d
@ -241,6 +241,7 @@ Visit the [Firefox repository](https://bitbucket.org/magnolia1234/bypass-paywall
|
||||
[Süddeutsche Zeitung](https://www.sueddeutsche.de)
|
||||
##### Italy
|
||||
[Corriere Della Sera](https://www.corriere.it) -
|
||||
[Domani](https://editorialedomani.it) -
|
||||
[Il Fatto Quotidiano](https://www.ilfattoquotidiano.it) -
|
||||
[Il Manifesto](https://ilmanifesto.it) -
|
||||
[Il Messaggero](https://www.ilmessaggero.it) -
|
||||
|
@ -31,6 +31,7 @@ var allow_cookies = [
|
||||
'df.cl',
|
||||
'dn.se',
|
||||
'dvhn.nl',
|
||||
'editorialedomani.it',
|
||||
'elmercurio.com',
|
||||
'mercuriovalpo.cl',
|
||||
'eurekareport.com.au',
|
||||
@ -113,6 +114,7 @@ var use_google_bot_default = [
|
||||
'barrons.com',
|
||||
'df.cl',
|
||||
'dn.se',
|
||||
'editorialedomani.it',
|
||||
'eurekareport.com.au',
|
||||
'ft.com',
|
||||
'haaretz.co.il',
|
||||
@ -156,6 +158,7 @@ var blockedRegexes = {
|
||||
'corriere.it': /(\.rcsobjects\.it\/(rcs_cpmt|rcs_tracking-service)\/|\.corriereobjects\.it\/.+\/js\/(_paywall\.sjs|tracking\/)|\.userzoom\.com\/files\/js\/|\.lp4\.io\/app\/)/,
|
||||
'digiday.com': /.+\.tinypass\.com\/.+/,
|
||||
'economist.com': /.+\.tinypass\.com\/.+/,
|
||||
'editorialedomani.it': /editorialedomani\.it\/pelcro\.js/,
|
||||
'estadao.com.br': /acesso\.estadao\.com\.br\/paywall\/.+\/pw\.js/,
|
||||
'dvhn.nl': /.+\.evolok\.net\/.+\/authorize\/.+/,
|
||||
'elcomercio.pe': /elcomercio\.pe\/pf\/dist\/template\/elcomercio-noticia.+\.js/,
|
||||
|
@ -76,6 +76,7 @@
|
||||
"*://*.dn.se/*",
|
||||
"*://*.dvhn.nl/*",
|
||||
"*://*.economist.com/*",
|
||||
"*://*.editorialedomani.it/*",
|
||||
"*://*.elcomercio.pe/*",
|
||||
"*://*.elmercurio.com/*",
|
||||
"*://*.elmundo.es/*",
|
||||
@ -293,5 +294,5 @@
|
||||
"webRequest",
|
||||
"webRequestBlocking"
|
||||
],
|
||||
"version": "1.8.6.0"
|
||||
"version": "1.8.6.1"
|
||||
}
|
||||
|
@ -21,5 +21,5 @@
|
||||
"page": "options.html"
|
||||
},
|
||||
"permissions": [ "cookies", "<all_urls>", "storage", "webRequest", "webRequestBlocking"],
|
||||
"version": "1.8.6.0"
|
||||
"version": "1.8.6.1"
|
||||
}
|
||||
|
1
sites.js
1
sites.js
@ -39,6 +39,7 @@ var defaultSites =
|
||||
"Diario Financiero": "df.cl",
|
||||
"Digiday": "digiday.com",
|
||||
"Discover Magazine": "discovermagazine.com",
|
||||
"Domani": "editorialedomani.it",
|
||||
"El Comercio": "elcomercio.pe",
|
||||
"El Mercurio": "elmercurio.com",
|
||||
"El Mercurio de Valparaíso": "mercuriovalpo.cl",
|
||||
|
Loading…
x
Reference in New Issue
Block a user