From df57fe369acdc929bb73551e1a8b37eaef5e345e Mon Sep 17 00:00:00 2001 From: binarygeek119 <72405030+binarygeek119@users.noreply.github.com> Date: Fri, 10 Sep 2021 11:42:28 -0500 Subject: [PATCH] Update background.js --- src/background.js | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/src/background.js b/src/background.js index f540e98..074a1ec 100644 --- a/src/background.js +++ b/src/background.js @@ -1,5 +1,4 @@ -'use strict'; - +// 'use strict'; chrome.runtime.onInstalled.addListener(function() { // https://stackoverflow.com/questions/19377262/regex-for-youtube-url chrome.contextMenus.create({ @@ -87,18 +86,13 @@ chrome.runtime.onInstalled.addListener(function() { 'http://Gov.sg/*', 'http://faz.net/*', 'http://dl.org/*', - 'http://ServerConst.as/*', - 'http://balancer-vod.1tv.ru/*', - 'http://ft.dk/*', 'http://token.4tube.com/*', 'http://token.fux.com/*', 'http://tkn.porntube.com/*', 'http://token.pornerbros.com/*', 'http://Foxgay.com/*', - 'http://foxgay.com/*', - 'http://hdfauthftv-a.akamaihd.net/*', - 'http://hdfauth.francetv.fr/*', - 'http://live.francetv.fr/*' + 'http://foxgay.com/*' + ], contexts: ['link'], });