Post
Topic
Board Service Announcements (Altcoins)
Change layout for investors
by
vongesell
on 07/09/2013, 04:36:08 UTC
http://userscripts.org/scripts/show/177353

This userscript will remove the betting buttons and personal gambling stats. so in the end you only see information that could be relevant to investors.

http://i.imgur.com/vby6lpx.png?1

optionally instead of loading the userscript you could create a bookmark and use that, with the following contents:

Code:
javascript:$('.bets, .wagered, .myprofit, .container, .button_group, fieldset').hide();$('#all').hide();$('#chat').show()