Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nullchilly/cfast
Fast codeforces submission viewer
https://github.com/nullchilly/cfast
Last synced: about 2 months ago
JSON representation
Fast codeforces submission viewer
- Host: GitHub
- URL: https://github.com/nullchilly/cfast
- Owner: nullchilly
- Created: 2024-10-29T08:02:38.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-29T09:52:22.000Z (2 months ago)
- Last Synced: 2024-10-29T09:57:58.112Z (2 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CFast
Chrome extension to speedup viewing codeforces submissions
# Preview
Here is a speed comparison of opening five submissions from the blog https://codeforces.com/blog/entry/135457 before and after installing the extension
| Before | After |
| ------ | ----- |
| ![before](https://github.com/user-attachments/assets/a3ebc3b0-eada-4f9e-bcde-b23ff60c4f38) | ![after](https://github.com/user-attachments/assets/0c878407-61a3-463b-a480-e66c0134e05d) |# Installation
- Go to https://github.com/nullchilly/cfast/releases and download the `cfast.zip` file
- Enable Developer mode on chrome://extensions/
- Drag the zip into chrome://extensions/ and click install
https://github.com/user-attachments/assets/4d648506-0baf-4f04-9142-45e8f0f11a3a
# Credit
[ToxicPie](https://codeforces.com/profile/ToxicPie9)