diff --git a/README.md b/README.md index 9023be21..34ae555b 100644 --- a/README.md +++ b/README.md @@ -553,6 +553,7 @@ Grupo Vocento (ABC) regional sites like ##### Brazil [Exame](https://exame.com) - [Folha de S. Paulo](https://www.folha.uol.com.br) - +[Grupo Abril](https://grupoabril.com.br) - [O Estado de S. Paulo](https://estadao.com.br) - [O Globo](https://oglobo.globo.com) - [Valor Econômico](https://valor.globo.com) diff --git a/background.js b/background.js index 995336b9..408e401f 100644 --- a/background.js +++ b/background.js @@ -37,6 +37,7 @@ const restrictions = { // allow_cookies are completed with domains in sites.js (default allow/remove_cookies) var allow_cookies_default = [ 'abc.es', + 'abril.com.br', 'apollo-magazine.com', 'asiatimes.com', 'atlantico.fr', @@ -263,6 +264,7 @@ var change_headers = use_google_bot.concat(use_bing_bot, use_facebook_referer, u // block paywall-scripts individually var blockedRegexes = { + 'abril.com.br': /\.abril\.com\.br\/.+\/abril-paywall\/js\/abril-paywall\.js/, 'adweek.com': /\.lightboxcdn\.com\//, 'apollo-magazine.com': /\.tinypass\.com\//, 'augsburger-allgemeine.de':/(\.tinypass\.com\/|cdn\.ampproject\.org\/v\d\/amp-(ad|subscriptions)-.+\.js)/, diff --git a/changelog.txt b/changelog.txt index 2c53c3b5..3244718d 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,7 @@ Changelog Bypass Paywalls Clean - Firefox Post-release +Add Grupo Abril (Brazil) Add Hindustan Times (India) Add Honolulu Star-Advertiser (local USA) Fix-update Australian Financial Review (videos) diff --git a/manifest.json b/manifest.json index 971e3bf1..0209c227 100644 --- a/manifest.json +++ b/manifest.json @@ -46,6 +46,7 @@ "*://*.360dx.com/*", "*://*.abc.es/*", "*://*.abendblatt.de/*", + "*://*.abril.com.br/*", "*://*.ad.nl/*", "*://*.adelaidenow.com.au/*", "*://*.adweek.com/*", @@ -519,5 +520,5 @@ "*://*.wallkit.net/*", "*://*.wsj.net/*" ], - "version": "2.2.2.5" + "version": "2.2.2.6" } \ No newline at end of file diff --git a/sites.js b/sites.js index 5ef7ad9a..f40dcad0 100644 --- a/sites.js +++ b/sites.js @@ -99,6 +99,7 @@ var defaultSites = "Groupe EBRA (France)": "###_fr_groupe_ebra", "Groupe La Dépêche (France)": "###_fr_groupe_la_depeche", "Groupe Rossel (France/Belgium)": "###_fr_be_groupe_rossel", + "Grupo Abril": "abril.com.br", "Grupo Vocento (Spain, regional daily)": "###_es_grupo_vocento", "Haaretz English": "haaretz.com", "Haaretz": "haaretz.co.il",