Remove cocaine.ninja from URL blacklist
cocaine.ninja provides file hosting with expiry support, which makes it an unreliable file host for long-term storage.
This commit is contained in:
parent
e290006182
commit
318d989562
|
@ -29,7 +29,7 @@ function copyToClipboard(url) {
|
|||
document.execCommand('Copy', false, null);
|
||||
}
|
||||
|
||||
var blacklist = ["pomf.", "mixtape.moe", "catgirlsare.sexy", "cocaine.ninja", "p.fuwafuwa.moe", "/wiki/", "catbox.moe", "cuntflaps.me"];
|
||||
var blacklist = ["pomf.", "mixtape.moe", "catgirlsare.sexy", "p.fuwafuwa.moe", "/wiki/", "catbox.moe"];
|
||||
|
||||
chrome.pageAction.onClicked.addListener(function(tab) {
|
||||
getCurrentTabUrl(function(url) {
|
||||
|
|
Loading…
Reference in New Issue