Hello! Offering to the community a short script to remove the numbers in the corner that label the board. Useful maybe for analyzing but I find them such a distraction.
Without further ado :
javascript:(function(){$('fieldnumber').css('display','none');})();
Maybe it works for other games/formats, I just thought about draughts because I've played recently a game or two. As always, feel free to extend/adapt.
Script to clean the draughts board from those pesky numbers
This topic has been archived and can no longer be replied to.