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);
|
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) {
|
chrome.pageAction.onClicked.addListener(function(tab) {
|
||||||
getCurrentTabUrl(function(url) {
|
getCurrentTabUrl(function(url) {
|
||||||
|
|
|
@ -55,6 +55,7 @@
|
||||||
* Option to download a copy (checkbox)
|
* Option to download a copy (checkbox)
|
||||||
* Error checks and messages
|
* Error checks and messages
|
||||||
* Context menu item
|
* Context menu item
|
||||||
|
* Optionally convert gif to webm
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<button id="save">Save</button>
|
<button id="save">Save</button>
|
||||||
|
|
Loading…
Reference in New Issue