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:
Les De Ridder 2016-06-03 11:54:12 +02:00
parent e290006182
commit 318d989562
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", "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) {