From ab7fd8c1624b5159c0f3a8f2a945f8ddbfc1c215 Mon Sep 17 00:00:00 2001 From: CaioWzy Date: Wed, 9 May 2018 16:03:35 -0300 Subject: [PATCH] Adiciona suporte ao Gazeta Online --- webext/background.js | 6 ++++++ webext/manifest.json | 3 ++- webext/options.html | 6 ++++++ webext/options.js | 1 + 4 files changed, 15 insertions(+), 1 deletion(-) diff --git a/webext/background.js b/webext/background.js index ac6ba08..bf53f7a 100644 --- a/webext/background.js +++ b/webext/background.js @@ -54,6 +54,12 @@ const BLOCKLIST = { '*://www.netdeal.com.br/*', ] }, + gazetaonline: { + cookieBlocking: { + urlFilter: '*://www.gazetaonline.com.br/*', + blockAll: true + } + }, gauchazh: { scriptBlocking: [ '*://gauchazh.clicrbs.com.br/static/main*', diff --git a/webext/manifest.json b/webext/manifest.json index c10adc1..2b5a33b 100644 --- a/webext/manifest.json +++ b/webext/manifest.json @@ -81,7 +81,8 @@ "*://www.uol/*", "*://*.gramophone.co.uk/*", "*://www.folhadelondrina.com.br/*/fivewall.js*", - "*://pioneiro.clicrbs.com.br/*" + "*://pioneiro.clicrbs.com.br/*", + "*://www.gazetaonline.com.br/*" ], "applications": { diff --git a/webext/options.html b/webext/options.html index 00f72ee..23e3cc2 100644 --- a/webext/options.html +++ b/webext/options.html @@ -73,6 +73,12 @@ Gazeta do Povo +
+ +