From 1b7efd8ec3cbaed64c3ac16ab1aa8bcb7a13dcbc Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Sat, 18 Feb 2012 21:01:57 +0100 Subject: [PATCH] Fix #239. --- script.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.coffee b/script.coffee index 9ad0da2c1..91a590adb 100644 --- a/script.coffee +++ b/script.coffee @@ -2638,7 +2638,7 @@ imgGif = node: (root) -> return if root.hidden or !thumb = $ 'img[md5]', root src = thumb.parentNode.href - if /gif$/.test src + if /gif$/.test src and !/^Spoiler/.test thumb.alt thumb.src = src imgExpand =