Tantalus Band Of Thieves

Tantalus Band Of Thieves => Guides => Topic started by: Nick on July 19, 2008, 07:30:49 pm



Title: How to delete that annoying button with the bookmarks at the first post
Post by: Nick on July 19, 2008, 07:30:49 pm
Add this to Headers:
Code:
<script src="/jquery.js"></script>

Add this to Footers:

Code:
<script>
//Made by deathwilldie (smcodes.smfforfree3.com)
$("img[src='http://s7.addthis.com/button1-bm.gif']").hide();
</script>

Hope this helps, Zidane.