From a6f66891a0a3d7d3a3ba70493b1e9394a877935c Mon Sep 17 00:00:00 2001 From: Les De Ridder Date: Fri, 3 Jun 2016 12:31:43 +0200 Subject: [PATCH] Add fuwa.se to the URL blacklist --- background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background.js b/background.js index 9561bf3..b9d220b 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", "p.fuwafuwa.moe", "/wiki/", "catbox.moe"]; +var blacklist = ["pomf.", "mixtape.moe", "catgirlsare.sexy", "p.fuwafuwa.moe", "/wiki/", "catbox.moe", "fuwa.se"]; chrome.pageAction.onClicked.addListener(function(tab) { getCurrentTabUrl(function(url) {