AtCoder Standings AC Time Formatter

AtCoderのコンテスト順位表に表示されるAC時間を "Dd H:MM:SS" にフォーマットする

As of 2025-01-10. See the latest version.

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.

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

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!)

Author
bo9chan
Ratings
0 0 0
Version
1.0.0
Created
2025-01-10
Updated
2025-01-10
Size
2.89 KB
License
MIT
Applies to

概要

AtCoderのコンテスト順位表に表示されるAC時間を見やすくフォーマットします。

機能

  • 時間が60分未満のとき:
    "分:秒" 形式で表示します。
  • 時間が60分以上24時間未満のとき:
    "時:分:秒" 形式で表示します。
  • 時間が24時間以上のとき:
    "日d 時:分:秒" 形式で表示します。