From 8af3ba00260420c2c6ff471301c395406fc30c4b Mon Sep 17 00:00:00 2001 From: Les De Ridder Date: Tue, 17 May 2016 18:10:40 +0200 Subject: [PATCH] Add catbox.moe to URL blacklist --- background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background.js b/background.js index 9a29514..83e5120 100644 --- a/background.js +++ b/background.js @@ -29,7 +29,7 @@ function copyToClipboard(url) { document.execCommand('Copy', false, null); } -var blacklist = ["pomf.", "mixtape.moe", "catgirlsare.sexy", "cocaine.ninja", "p.fuwafuwa.moe", "/wiki/"]; +var blacklist = ["pomf.", "mixtape.moe", "catgirlsare.sexy", "cocaine.ninja", "p.fuwafuwa.moe", "/wiki/", "catbox.moe"]; chrome.pageAction.onClicked.addListener(function(tab) { getCurrentTabUrl(function(url) {