Add cuntflaps.me to URL blacklist
This commit is contained in:
parent
20bfd02c1f
commit
e290006182
|
@ -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) {
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue