Add fuwa.se to the URL blacklist

This commit is contained in:
Les De Ridder 2016-06-03 12:31:43 +02:00
parent 006053c850
commit a6f66891a0
1 changed files with 1 additions and 1 deletions

View File

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