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