@ -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
-->