The faster way to submit on Codeforces

Revision en1, by Luma, 2019-04-21 14:40:58

Hello Codeforces!

I made the user script to append the form to submit on Codeforces problem pages.

Sorry, this supports only modern browsers like Chrome and Firefox.

greasyfork link : https://greasyfork.org/ja/scripts/371117-cf-fast-submit

Install

Install UserScript runner like Tampermonkey and Greasymonkey to your browser.

Then, open install link and click install.

Usage

You can use it as you can see it on the submit page's form.

Specification

  • Support contest, gym and problemset problem pages.
  • Problem selection will be auto-selected and disabled. Problem ID is calculated from URL.
  • This tool gets form from the submit page using Ajax.
  • This tool never connect the other site.
  • If we open the submit page right away after the contest starts, we can't select the problem ID (because there's no option somehow).
    But don't worry. This script automatically retry if there's no option.
  • If 30 minutes left and you submit, this script automatically re-generate the form because sometimes the token expires.
    This script will drop neither your code nor file selection.

Comment

I implemented it as not disturbing users.

If you found some technical issues, rights issues or something anxious, please let me know that.

I welcome any feedback! (You know vs.? Please share in comments!)

Disclaimer of warranty

Use of this tool is at your sole risk. In no event will I be reliable to any party for any damages of any type.

Screenshots

Links


Great. So cool.

This tool is here thanks to Codeforces.

Tags #codeforces, codeforces tools

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en3 English Luma 2019-04-21 18:02:51 8
en2 English Luma 2019-04-21 17:30:14 114 Tiny change: 'nner like Tampermonkey <strike>a' -> 'nner like **Tampermonk** <strike>a'
en1 English Luma 2019-04-21 14:40:58 1978 Initial revision (published)