From 84c2a6629404814aadb77275d7cc6bf48a8a161b Mon Sep 17 00:00:00 2001 From: Les De Ridder Date: Mon, 18 Jan 2016 16:30:30 +0100 Subject: [PATCH] Add gifv extension --- background.js | 2 +- options.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/background.js b/background.js index fc836ae..86c02e7 100644 --- a/background.js +++ b/background.js @@ -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"]; diff --git a/options.html b/options.html index 9aec2fd..fc972a6 100644 --- a/options.html +++ b/options.html @@ -44,6 +44,7 @@ * Disable blacklist (checkbox) * Add imageboard thread archival support * Add booru support + * Add imgur album support * Error checks and messages -->