AtCoder Rank Overlay

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

Du musst eine Erweiterung wie Tampermonkey, Greasemonkey oder Violentmonkey installieren, um dieses Skript zu installieren.

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.

Sie müssten eine Skript Manager Erweiterung installieren damit sie dieses Skript installieren können

(Ich habe schon ein Skript Manager, Lass mich es installieren!)

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.

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

Advertisement:

Autor
Shirym-min
Installationen heute
0
Installationen gesamt
1
Bewertungen
0 0 0
Version
1.0.0
Erstellt am
14.06.2026
Letzte Aktualisierung
14.06.2026
Größe
6,06 KB
Lizenz
MIT
Wird angewandt auf

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