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": {