AtCoder Rank Overlay

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

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey, το Greasemonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

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

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Userscripts για να εγκαταστήσετε αυτόν τον κώδικα.

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

Θα χρειαστεί να εγκαταστήσετε μια επέκταση διαχείρισης κώδικα χρήστη για να εγκαταστήσετε αυτόν τον κώδικα.

(Έχω ήδη έναν διαχειριστή κώδικα χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

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.

(Έχω ήδη έναν διαχειριστή στυλ χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

Advertisement:

Δημιουργός
Shirym-min
Ημερήσιες εγκαταστάσεις
0
Σύνολο εγκαταστάσεων
1
Βαθμολογίες
0 0 0
Έκδοση
1.0.0
Δημιουργήθηκε την
14/06/2026
Ενημερώθηκε την
14/06/2026
Μέγεθος
6 KB
Άδεια
MIT
Εφαρμόζεται σε

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