Add p.fuwafuwa.moe to URL blacklist
This commit is contained in:
parent
c51209e2c3
commit
ade0fa186e
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue