From 61f914c063de1c535ea80815bae37fc238c5af84 Mon Sep 17 00:00:00 2001 From: Jacopo Notarstefano Date: Tue, 29 Nov 2016 00:36:08 +0100 Subject: [PATCH] list: add tg24.live --- src/js/background.js | 1 + src/js/facebook.js | 1 + 2 files changed, 2 insertions(+) diff --git a/src/js/background.js b/src/js/background.js index 126505f..7652aee 100644 --- a/src/js/background.js +++ b/src/js/background.js @@ -101,6 +101,7 @@ chrome.webRequest.onBeforeRequest.addListener( '*://*.socialnotixweb.com/*', '*://*.stuppid.com/*', '*://*.succedenelmondo.com/*', + '*://*.tg24.live/*', '*://*.tg5stelle.it/*', '*://*.theblacksphere.net/*', '*://*.theglobalsun.com/*', diff --git a/src/js/facebook.js b/src/js/facebook.js index e3777a2..966bffe 100644 --- a/src/js/facebook.js +++ b/src/js/facebook.js @@ -93,6 +93,7 @@ $(document).ready(function () { 'socialnotixweb.com', 'stuppid.com', 'succedenelmondo.com', + 'tg24.live', 'tg5stelle.it', 'theblacksphere.net', 'theglobalsun.com',