diff --git a/background.js b/background.js index 53b2175..31e9e3a 100644 --- a/background.js +++ b/background.js @@ -246,7 +246,7 @@ function isCoolUrl(url, callback) { console.log('blacklist disabled!'); } - callback(validExtensions.indexOf(extension) != -1 || isInstagramUrl(url) || isPixivUrl(url) || isSkypeUrl(url)); + callback(validExtensions.indexOf(extension) != -1 || isInstagramUrl(url) || isPixivUrl(url) || isSkypeUrl(url) || isGfycatUrl(url)); }); } diff --git a/options.html b/options.html index d4dcb0f..abf5fe4 100644 --- a/options.html +++ b/options.html @@ -51,7 +51,6 @@ * Add imageboard thread archival support * Add booru support * Add imgur album support - * Add gfycat support * Option to download a copy (checkbox) * Error checks and messages * Context menu item