AtCoder Rank Overlay

Show your current contest rank at the bottom-left corner.

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Greasemonkey lub Violentmonkey.

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

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Violentmonkey.

Aby zainstalować ten skrypt, wymagana będzie instalacja rozszerzenia Tampermonkey lub Userscripts.

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

Aby zainstalować ten skrypt, musisz zainstalować rozszerzenie menedżera skryptów użytkownika.

(Mam już menedżera skryptów użytkownika, pozwól mi to zainstalować!)

Advertisement:

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.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Musisz zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

(Mam już menedżera stylów użytkownika, pozwól mi to zainstalować!)

Advertisement:

Autor
Shirym-min
Dziennych instalacji
0
Wszystkich instalacji
1
Oceny
0 0 0
Wersja
1.0.0
Utworzono
14-06-2026
Zaktualizowano
14-06-2026
Rozmiar
6,06 KB
Licencja
MIT
Dotyczy

AtCoder Rank Overlay

AtCoder Rank Overlay


A userscript that displays your current contest rank
in the bottom-left corner of AtCoder pages.

Features

  • Displays your current contest rank in real time
  • Automatically updates periodically
  • Shows score and penalty
  • Uses local cache for instant display after page transitions
  • Minimal and lightweight overlay UI

How It Works


The script fetches data from:

https://atcoder.jp/contests/<contest>/standings/json


Your rank information is stored temporarily in
localStorage,
allowing the overlay to appear instantly
after page reloads or task navigation.

Displayed Information

  • Current rank
  • Total score
  • Penalty
  • Updating status

Usage

  1. Install the userscript
  2. Open any AtCoder contest page
  3. Your current rank will appear automatically

Supported Pages

https://atcoder.jp/contests/abc419/tasks/abc419_a
https://atcoder.jp/contests/abc419/standings


This script is unofficial and is not affiliated with AtCoder.

Changelog

  • v1.0.0 - Initial release