Chess.com Piece Numbers

Adds piece number data to pieces in the chess board

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

You will need to install an extension such as Tampermonkey to install this script.

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

作者
theusaf
今日安裝
0
安裝總數
120
評價
0 0 0
版本
0.1.1
建立日期
2021-10-28
更新日期
2025-11-26
尺寸
6.6 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