AnkiWeb_css

AnkiWebの表示を修正

Tính đến 07-11-2025. Xem phiên bản mới nhất.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

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

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

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

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

You will need to install a user script manager extension to install this script.

(Tôi đã có Trình quản lý tập lệnh người dùng, hãy cài đặt nó!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

/* ==UserStyle==
@name        AnkiWeb_css
@description AnkiWebの表示を修正
@version     1.0.0
@author      zom.u
@match       https://ankiweb.net/decks
@namespace https://greasyfork.org/users/1534273
==/UserStyle== */

// ==/UserScript==
.row > div:nth-child(1) {
  width: 75%;
}
.row > div:nth-child(2) {
  width: 15%;
  align-items: flex-end;
}
.row > div:nth-child(3) {
  width: 10%;
}

.row > div:nth-child(2) > div:nth-child(1)::before {
  content: "新規:";
}
.row > div:nth-child(2) > div:nth-child(2)::before {
  content: "習得中+復習:";
}