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) {