Add fuwa.se to the URL blacklist
This commit is contained in:
parent
006053c850
commit
a6f66891a0
|
@ -29,7 +29,7 @@ function copyToClipboard(url) {
|
||||||
document.execCommand('Copy', false, null);
|
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) {
|
chrome.pageAction.onClicked.addListener(function(tab) {
|
||||||
getCurrentTabUrl(function(url) {
|
getCurrentTabUrl(function(url) {
|
||||||
|
|
Loading…
Reference in New Issue