Automatically highlights numbers, variables, and time/memory limits in AtCoder task statements
## AtCoder Highlighter
A Userscript that automatically highlights **numbers** and **KaTeX variables** in AtCoder task statements to improve readability and prevent misinterpretation of constraints.
### Key Features
- **Automatic Highlighting**: Accurately highlights numerical values and variables within the "Problem Statement" and "Constraints" sections.
- **Enhanced Limits**: Significantly enlarges and colors the "Time Limit" and "Memory Limit" values for better visibility.
- **Fully Customizable**: Change highlight colors to your preference via the browser extension menu (Tampermonkey / Violentmonkey).
- **KaTeX Support**: Specifically designed to apply styles to variables within KaTeX mathematical expressions.
### How to Use
1. After installation, open any AtCoder problem page.
2. Click on your browser extension icon (Tampermonkey / Violentmonkey).
3. Access the menu (e.g., "Highlighter: Color for Numbers") to customize colors in real-time.
### Note
- Highlighting colors may not render correctly when used alongside other extensions such as dark mode managers.