Changelog.
This commit is contained in:
parent
5431fd5311
commit
254f0057fb
@ -1,5 +1,6 @@
|
||||
- mayhem:
|
||||
- custom hotkey binding
|
||||
- image spoiler revealer
|
||||
- aeosynth:
|
||||
- keep options dialog at constant size
|
||||
- drop firefox 3.6 support (again...)
|
||||
|
||||
@ -1469,7 +1469,7 @@ revealSpoilers =
|
||||
g.callbacks.push revealSpoilers.cb.node
|
||||
cb:
|
||||
node: (root) ->
|
||||
return if root.className is 'inline' or not img = $('img[alt^=Spoiler]', root)
|
||||
return if root.className is 'inline' or not img = $ 'img[alt^=Spoiler]', root
|
||||
img.removeAttribute 'height'
|
||||
img.removeAttribute 'width'
|
||||
[_, board, nb] = img.parentNode.href.match /(\w+)\/src\/(\d+)/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user