From c6b38749a1a44320d04d036a317baf9884d50ab1 Mon Sep 17 00:00:00 2001 From: CaioWzy Date: Tue, 6 Mar 2018 15:02:31 -0300 Subject: [PATCH] Adiciona suporte ao Folha de Londrina --- webext/background.js | 5 ++++- webext/manifest.json | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/webext/background.js b/webext/background.js index 4ac1a89..10c7c45 100644 --- a/webext/background.js +++ b/webext/background.js @@ -52,7 +52,10 @@ chrome.webRequest.onBeforeRequest.addListener( '*://www.rbsonline.com.br/cdn/scripts/paywall.min.js*', // Gramophone - '*://api.tinypass.com/tpl/*' + '*://api.tinypass.com/tpl/*', + + // Folha de Londrina + '*://www.folhadelondrina.com.br/*/fivewall.js*' ], types: ['script'] }, diff --git a/webext/manifest.json b/webext/manifest.json index 9abca0e..a38f598 100644 --- a/webext/manifest.json +++ b/webext/manifest.json @@ -77,7 +77,8 @@ "*://*.uol.com.br/*", "*://tm.jsuol.com.br/*", "*://www.uol/*", - "*://*.gramophone.co.uk/*" + "*://*.gramophone.co.uk/*", + "*://www.folhadelondrina.com.br/*/fivewall.js*" ], "applications": {