From 318d9895627b72403fcbb86eb0e46392b35a9ceb Mon Sep 17 00:00:00 2001 From: Les De Ridder Date: Fri, 3 Jun 2016 11:54:12 +0200 Subject: [PATCH] Remove cocaine.ninja from URL blacklist cocaine.ninja provides file hosting with expiry support, which makes it an unreliable file host for long-term storage. --- background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background.js b/background.js index 1bc9bf9..9561bf3 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/", "catbox.moe", "cuntflaps.me"]; +var blacklist = ["pomf.", "mixtape.moe", "catgirlsare.sexy", "p.fuwafuwa.moe", "/wiki/", "catbox.moe"]; chrome.pageAction.onClicked.addListener(function(tab) { getCurrentTabUrl(function(url) {