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 +
+ +