Edit
postbit_legacy template.
Find:
HTML Code:
<vb:if condition="$post['editlink']">
Add above:
HTML Code:
<a href="#" class="spam" onclick="window.open('decimator.php?userid={vb:raw post.userid}&threadid={vb:raw post.threadid}&postid={vb:raw post.postid}','spam_decimator','statusbar=yes,menubar=yes,toolbar=yes,scrollbars=yes,resizable=yes,width=850,height=600'); return false;">Spam</a>
<span class="seperator"> </span>
That's all.