Add p.fuwafuwa.moe to URL blacklist

This commit is contained in:
Les De Ridder 2016-05-05 15:16:57 +02:00
parent c51209e2c3
commit ade0fa186e
1 changed files with 1 additions and 1 deletions

View File

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