playstrategy.org

Script to clean the draughts board from those pesky numbers

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.

This topic has been archived and can no longer be replied to.

Reconnecting