From ade0fa186eec324394a3e19f776498e8a76fe5e7 Mon Sep 17 00:00:00 2001 From: Les De Ridder Date: Thu, 5 May 2016 15:16:57 +0200 Subject: [PATCH] Add p.fuwafuwa.moe to URL blacklist --- background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background.js b/background.js index e2ff483..ef87805 100644 --- a/background.js +++ b/background.js @@ -42,7 +42,7 @@ chrome.pageAction.onClicked.addListener(function(tab) { return; } - var blackList = ["pomf.", "mixtape.moe", "catgirlsare.sexy", "cocaine.ninja"]; + var blackList = ["pomf.", "mixtape.moe", "catgirlsare.sexy", "cocaine.ninja", "p.fuwafuwa.moe"]; if(!config.disableblacklist) { for(black of blackList) {