From b568e6d5f8dce718d2ad58bf05e85bff16009660 Mon Sep 17 00:00:00 2001 From: binarygeek119 <72405030+binarygeek119@users.noreply.github.com> Date: Thu, 26 Aug 2021 19:06:21 -0500 Subject: [PATCH] Update background.js --- src/background.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/background.js b/src/background.js index 9f07ccd..c9274a6 100644 --- a/src/background.js +++ b/src/background.js @@ -9,8 +9,10 @@ chrome.runtime.onInstalled.addListener(function () { 'https://www.youtube.com/*', 'https://m.youtube.com/*', 'https://youtu.be/*', + 'https://www.pornhub.com/*', 'https://pornhub.com/*', - 'https://xhamster.com/*' + 'https://xhamster.com/*', + 'https://www.xhamster.com/*' ], contexts: ['link'], });