Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion userscript/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@
// @name Codeforces Performance
// @name:ja Codeforces Performance
// @namespace https://github.com/Coki628/cf-perf
// @version 1.0.9
// @version 1.0.10
// @description You can check your performance for each contest!
// @description:ja Codeforcesのコンテストでのパフォーマンス推定値を確認します。
// @author Coki628
// @license MIT
// @include https://codeforces.com/contests/with/*
// @grant none
// @require https://ajax.googleapis.com/ajax/libs/jquery/3.6.3/jquery.min.js
// @require https://cdnjs.cloudflare.com/ajax/libs/jquery.tablesorter/2.31.3/js/jquery.tablesorter.min.js
// ==/UserScript==

// ---------- your settings hare ----------
Expand Down