Add gifv extension
This commit is contained in:
parent
79acb2e78c
commit
84c2a66294
|
@ -75,7 +75,7 @@ function isCoolUrl(url) {
|
|||
var extensionIndex = url.lastIndexOf('.');
|
||||
var extension = url.substr(extensionIndex + 1);
|
||||
|
||||
var validExtensions = ["jpg", "jpeg", "png", "gif", "webm"];
|
||||
var validExtensions = ["jpg", "jpeg", "png", "gif", "webm", "gifv"];
|
||||
|
||||
var blackList = ["pomf", "mixtape.moe", "catgirlsare.sexy", "cocaine.ninja"];
|
||||
|
||||
|
|
|
@ -44,6 +44,7 @@
|
|||
* Disable blacklist (checkbox)
|
||||
* Add imageboard thread archival support
|
||||
* Add booru support
|
||||
* Add imgur album support
|
||||
* Error checks and messages
|
||||
-->
|
||||
|
||||
|
|
Loading…
Reference in New Issue