mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-04 12:00:10 +00:00
Fix Gestion & El Comercio (Peru)
This commit is contained in:
parent
af8a06a87e
commit
3b66434414
@ -17,13 +17,11 @@ const restrictions = {
|
||||
'barrons.com': /.+\.barrons\.com\/(amp\/)?article(s)?\/.+/,
|
||||
'bloombergquint.com': /^((?!\.bloombergquint\.com\/bq-blue-exclusive\/).)*$/,
|
||||
'economictimes.com': /.+\.economictimes\.com\/($|(__assets|prime)(\/.+)?|.+\.cms)/,
|
||||
'elcomercio.pe': /.+\/elcomercio\.pe\/.+((\w)+(\-)+){3,}.+/,
|
||||
'elespanol.com': /^((?!\/cronicaglobal\.elespanol\.com\/).)*$/,
|
||||
'elpais.com': /(\/elpais\.com\/$|\/(.+\.)?elpais\.com\/.+\.html)/,
|
||||
'faz.net': /^((?!\/.+\.faz\.net\/aktuell\/(\?switchfaznet)?$).)*$/,
|
||||
'foreignaffairs.com': /.+\.foreignaffairs\.com\/(articles|fa-caching|interviews|reviews|sites)\/.+/,
|
||||
'ft.com': /.+\.ft\.com\/content\//,
|
||||
'gestion.pe': /.+\/gestion\.pe\/.+((\w)+(\-)+){3,}.+/,
|
||||
'medianama.com': /\.medianama\.com\/(\d){4}\/(\d){2}\//,
|
||||
'timesofindia.com': /.+\.timesofindia\.com\/($|toi-plus(\/.+)?|.+\.cms)/,
|
||||
'nknews.org': /^((?!nknews\.org\/pro\/).)*$/,
|
||||
@ -61,6 +59,7 @@ var allow_cookies_default = [
|
||||
'dn.se',
|
||||
'dvhn.nl',
|
||||
'editorialedomani.it',
|
||||
'elcomercio.pe',
|
||||
'elconfidencial.com',
|
||||
'elespanol.com',
|
||||
'elmercurio.com',
|
||||
@ -295,7 +294,7 @@ var blockedRegexes = {
|
||||
'dvhn.nl': /\.evolok\.net\/.+\/authorize\//,
|
||||
'economist.com': /\.tinypass\.com\//,
|
||||
'editorialedomani.it': /(\.editorialedomani\.it\/pelcro\.js|js\.pelcro\.com\/)/,
|
||||
'elcomercio.pe': /elcomercio\.pe\/pf\/dist\/template\/elcomercio-noticia.+\.js/,
|
||||
'elcomercio.pe': /\.amazonaws\.com\/prod\/sdk-identity\.min\.js/,
|
||||
'elconfidencial.com': /\.tinypass\.com\//,
|
||||
'elespanol.com': /\.eestatic\.com\/assets_js\/web\/v\d\/historia.*\.min\.js/,
|
||||
'elmercurio.com': /\.(elmercurio\.com|emol\.cl)\/(.+\/)?js\/(.+\/)?(modal|merPramV\d|PramModal\.min)\.js/,
|
||||
@ -312,7 +311,7 @@ var blockedRegexes = {
|
||||
'fortune.com': /\.tinypass\.com\//,
|
||||
'freiepresse.de': /cdn\.ampproject\.org\/v\d\/amp-(access|ad|consent)-.+\.js/,
|
||||
'ftm.nl': /\.ftm\.nl\/js\/routing\?/,
|
||||
'gestion.pe': /gestion\.pe\/pf\/dist\/template\/gestion-noticia.+\.js/,
|
||||
'gestion.pe': /\.amazonaws\.com\/prod\/sdk-identity\.min\.js/,
|
||||
'globes.co.il': /\.tinypass\.com\//,
|
||||
'globo.com': /\.tinypass\.com\//,
|
||||
'griffithreview.com': /\.griffithreview\.com\/.+\/leaky-paywall\//,
|
||||
|
@ -2,6 +2,7 @@
|
||||
Changelog Bypass Paywalls Clean - Firefox
|
||||
|
||||
Post-release
|
||||
Fix Gestion & El Comercio (Peru)
|
||||
Fix Financial News (London)
|
||||
Update remove cookies (faster)
|
||||
|
||||
|
@ -538,5 +538,5 @@
|
||||
"*://*.wallkit.net/*",
|
||||
"*://*.wsj.net/*"
|
||||
],
|
||||
"version": "2.3.0.3"
|
||||
"version": "2.3.0.4"
|
||||
}
|
Loading…
Reference in New Issue
Block a user