From 2afa35042a8c37d715fc8fd2a8d6b5e6ce226bcc Mon Sep 17 00:00:00 2001 From: CaioWzy Date: Thu, 19 Oct 2017 12:25:08 -0300 Subject: [PATCH] Adiciona New York Times --- src/background.js | 5 ++++- src/manifest-chrome.json | 3 ++- src/manifest-firefox.json | 3 ++- src/manifest-opera.json | 3 ++- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/src/background.js b/src/background.js index 8502da3..4bb122e 100644 --- a/src/background.js +++ b/src/background.js @@ -31,7 +31,10 @@ chrome.webRequest.onBeforeRequest.addListener( "*://blockv2.fivewall.com.br/*", // Diário de Santa Maria - "*://www.rbsonline.com.br/cdn/scripts/SLoader.js" + "*://www.rbsonline.com.br/cdn/scripts/SLoader.js", + + // New York Times + "*://*.nyt.com/js/mtr.js" ], types: ["script"] }, diff --git a/src/manifest-chrome.json b/src/manifest-chrome.json index 7b18044..df05aba 100644 --- a/src/manifest-chrome.json +++ b/src/manifest-chrome.json @@ -53,6 +53,7 @@ "*://www.rbsonline.com.br/*", "*://cdn.tinypass.com/*", "*://dashboard.tinypass.com/*", - "*://gauchazh.clicrbs.com.br/*" + "*://gauchazh.clicrbs.com.br/*", + "*://*.nyt.com/*" ] } diff --git a/src/manifest-firefox.json b/src/manifest-firefox.json index 2efcd82..87b79b2 100644 --- a/src/manifest-firefox.json +++ b/src/manifest-firefox.json @@ -53,7 +53,8 @@ "*://www.rbsonline.com.br/*", "*://cdn.tinypass.com/*", "*://dashboard.tinypass.com/*", - "*://gauchazh.clicrbs.com.br/*" + "*://gauchazh.clicrbs.com.br/*", + "*://*.nyt.com/*" ], "applications": { diff --git a/src/manifest-opera.json b/src/manifest-opera.json index 2efcd82..87b79b2 100644 --- a/src/manifest-opera.json +++ b/src/manifest-opera.json @@ -53,7 +53,8 @@ "*://www.rbsonline.com.br/*", "*://cdn.tinypass.com/*", "*://dashboard.tinypass.com/*", - "*://gauchazh.clicrbs.com.br/*" + "*://gauchazh.clicrbs.com.br/*", + "*://*.nyt.com/*" ], "applications": {