From 748905f22a1cb3845d6822b0f3c79fa5073658b2 Mon Sep 17 00:00:00 2001 From: magnolia1234 <7676006-magnolia1234@users.noreply.gitlab.com> Date: Tue, 31 Aug 2021 08:34:48 +0200 Subject: [PATCH] Fix Estadao.com.br --- background.js | 2 +- changelog.txt | 1 + manifest.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/background.js b/background.js index 01a239f5..2c4917b3 100644 --- a/background.js +++ b/background.js @@ -302,7 +302,7 @@ var blockedRegexes = { 'elmercurio.com': /\.(elmercurio\.com|emol\.cl)\/(.+\/)?js\/(.+\/)?(modal|merPramV\d|PramModal\.min)\.js/, 'elpais.com': /(\.epimg\.net\/js\/.+\/(noticia|user)\.min\.js|\/elpais\.com\/arc\/subs\/p\.min\.js|cdn\.ampproject\.org\/v\d\/amp-(access|(sticky-)?ad|consent)-.+\.js)/, 'elperiodico.com': /cdn\.ampproject\.org\/v\d\/amp-(access|ad|consent)-.+\.js/, - 'estadao.com.br': /acesso\.estadao\.com\.br\/paywall\/.+\/pw\.js/, + 'estadao.com.br': /acesso\.estadao\.com\.br\/paywall\/.+\/.+\.js/, 'estrellavalpo.cl': /(\.mercuriovalpo\.cl\/impresa\/.+\/assets\/(vendor|\d)\.js|pram\.pasedigital\.cl\/API\/User\/Status\?)/, 'exame.com': /\/exame\.com\/.+\/js\/pywll-dyn\.js/, 'financialpost.com': /\.tinypass\.com\//, diff --git a/changelog.txt b/changelog.txt index 73458e19..161337d2 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,7 @@ Changelog Bypass Paywalls Clean - Firefox Post-release +Fix Estadao.com.br * v2.3.5.0 (2021-08-29) Add Forbes diff --git a/manifest.json b/manifest.json index c37257bd..216f6561 100644 --- a/manifest.json +++ b/manifest.json @@ -554,5 +554,5 @@ "*://*.wallkit.net/*", "*://*.wsj.net/*" ], - "version": "2.3.5.0" + "version": "2.3.5.1" } \ No newline at end of file