Skip to content

SilverTongue1729/Codeforces-Profile-Preview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codeforces Profile Preview

A browser extension that shows a preview of Codeforces user profiles when hovering over username links.

Profile Preview

Overview

Quickly see a user's peak rating, location, organization, and more—without opening a new tab. Hover over any username link on Codeforces for an instant profile card with:

  • Profile picture and rank
  • Current and max rating
  • Contribution score
  • Add/remove friends directly

Installation

Chrome

Chrome Web Store

Or load manually:

  1. Download/clone this repository
  2. Open chrome://extensions
  3. Enable Developer mode
  4. Click Load unpacked → select the repository folder

Firefox

Firefox Add-ons

UserScript

For Tampermonkey/Violentmonkey:

  1. Install a userscript manager
  2. Create a new script with contents of userscript/user_script.js

Project Structure

├── src/           # Extension source
│   ├── content.js
│   └── styles.css
├── icons/         # Extension icons
├── userscript/    # Tampermonkey script
├── docs/          # Blog post & screenshots
└── manifest.json  # Chrome manifest

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors