From d61ee95a7658afd65ef6c473bb7404c745f05329 Mon Sep 17 00:00:00 2001 From: Rodrigo Orem Date: Tue, 16 Jan 2018 21:54:33 -0200 Subject: [PATCH] Adiciona Quatro Rodas (close #79) --- README.md | 3 ++- webext/background.js | 2 +- webext/manifest.json | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e56f872..18be69c 100644 --- a/README.md +++ b/README.md @@ -57,10 +57,11 @@ O Burlesco funciona com os seguintes sites de notícia: - JOTA - O Estado do Maranhão - Jornal NH +- UOL - Veja - Exame - Superinteressante -- UOL +- Quatro Rodas - The Economist - Foreign Policy - Financial Times diff --git a/webext/background.js b/webext/background.js index ab3c008..7a92eaa 100644 --- a/webext/background.js +++ b/webext/background.js @@ -39,7 +39,7 @@ chrome.webRequest.onBeforeRequest.addListener( '*://*.washingtonpost.com/*pwapi/*.js*', '*://*.washingtonpost.com/*drawbridge/drawbridge.js?_*', - // O Globo, Exame, Super Interessante, Veja, The Economist + // O Globo, Exame, Super Interessante, Veja, The Economist, Quatro Rodas '*://cdn.tinypass.com/api/tinypass.min.js', // UOL diff --git a/webext/manifest.json b/webext/manifest.json index c9b2c6f..db25417 100644 --- a/webext/manifest.json +++ b/webext/manifest.json @@ -68,6 +68,7 @@ "*://*.exame.abril.com.br/*", "*://super.abril.com.br/*", "*://veja.abril.com.br/*", + "*://quatrorodas.abril.com.br/*", "*://*.uol.com.br/*", "*://tm.jsuol.com.br/*", "*://www.uol/*"