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/*"