https://github.com/sevenc-nanashi/atcoder-limit-colorizer
A userscript that colors the constraints based on their limits on AtCoder.
https://github.com/sevenc-nanashi/atcoder-limit-colorizer
atcoder userscript
Last synced: 24 days ago
JSON representation
A userscript that colors the constraints based on their limits on AtCoder.
- Host: GitHub
- URL: https://github.com/sevenc-nanashi/atcoder-limit-colorizer
- Owner: sevenc-nanashi
- License: mit
- Created: 2024-09-22T11:34:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-10-18T14:40:52.000Z (7 months ago)
- Last Synced: 2026-01-12T11:59:51.378Z (4 months ago)
- Topics: atcoder, userscript
- Language: TypeScript
- Homepage: https://raw.githubusercontent.com/sevenc-nanashi/atcoder-limit-colorizer/built/index.user.js
- Size: 59.6 KB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AtCoder Limit Colorizer
A userscript that colors the constraints based on their limits.

## Colors
- $N = 998244353, 1000000007$: Special (`#0dcaf0`, from the "Unknown" difficulty of AtCoder Problems)
- $N \geq 10^{10}$: Red
- $N \geq 10^8$: Orange
- $N \geq 10^5$: Yellow
- $N \geq 1000$: Blue
- $N \geq 100$: Cyan
- $N \geq 10$: Green
- Otherwise: Brown
## Installation
1. Install a userscript manager like [Tampermonkey](https://www.tampermonkey.net/).
2. Click [here](https://raw.githubusercontent.com/sevenc-nanashi/atcoder-limit-colorizer/built/index.user.js) to install the script.
## Development
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run dev
```
## License
This project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.