I have the lastest copy of cs. How do you remove the show stats button and change the email? I am no longer seeing this on the index page.
It’s created and injected via JS, in the ui.js file, under the windows.onload function.
It’s probably easier to just apply a “display: none;” to its css though?
Email is a bit trickier as it crops up in a few places, but you can search for ‘@’ in ui.js and fix what you need to.
@CJW as always thanks for the insight.