Fixed it!
Same thing.. replace the ***URL HERE*** (You will have to scroll over in the code box below to find it)
This will work!
new Replacement code:
Code:
<div>
<div class="pre-spoiler">
<input type="button" value="{option}" style="width:150px;font-size:14px;margin:0px;padding:0px;background-image:url(***URL HERE***)" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.value = '{option}';}">
</div>
<div>
<div class="spoiler" style="display: none;"><div style="border: 1px solid ;">{param}</div></div>
</div>
</div>