Add cuntflaps.me to URL blacklist

This commit is contained in:
Les De Ridder 2016-05-28 23:04:46 +02:00
parent 20bfd02c1f
commit e290006182
2 changed files with 2 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"];
var blacklist = ["pomf.", "mixtape.moe", "catgirlsare.sexy", "cocaine.ninja", "p.fuwafuwa.moe", "/wiki/", "catbox.moe", "cuntflaps.me"];
chrome.pageAction.onClicked.addListener(function(tab) {
getCurrentTabUrl(function(url) {

View File

@ -55,6 +55,7 @@
* Option to download a copy (checkbox)
* Error checks and messages
* Context menu item
* Optionally convert gif to webm
-->
<button id="save">Save</button>