Chess.com Piece Numbers

Adds piece number data to pieces in the chess board

作者
theusaf
日安装量
0
总安装量
118
评分
0 0 0
版本
0.0.5
创建于
2021-10-28
更新于
2021-10-28
大小
6.2 KB
许可证
MIT
适用于

Chess.com Chess Piece Numbers for Custom Styles

This user script automatically adds numbers to the pieces in chess.com boards, so you can customize your pieces.

Instructions/How to Use:

  1. Install this user script
  2. Install a user style extension like Stylus
  3. Create or install custom chess piece styles
  4. For examples/links to custom piece styles, see here
  5. For examples on how to create your own style, see here

Creating a Custom Style

Each piece on chess.com has a 2 character class with the team (w or b) and the piece type (p, n, r, b, q, k).

For example, a black knight piece has the class .bn

In addition, all pawns start at the number '3,' so pawns that are promoted can be given their own styles as well.

To style all pieces of a certain type and color, you can do:

chess-board .piece.wp {
  background-image: url(/* some url */) !important;
}

To style a specific piece, you can do:

chess-board .piece.bb[piece-number="1"] {
  background-image: url(/* another url */) !important;
}

Example User Styles

Known Issues

  • Pawn promotion can cause inconsistencies in styling

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址