From 6eb222a885f272f495d29963c1966ddcc82a1458 Mon Sep 17 00:00:00 2001 From: Aaryan Prakash <38575855+fishy15@users.noreply.github.com> Date: Sun, 29 Jan 2023 12:25:32 -0600 Subject: [PATCH 1/2] Add jQuery dependency to script --- userscript/content.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/userscript/content.js b/userscript/content.js index c845321..1f982b1 100644 --- a/userscript/content.js +++ b/userscript/content.js @@ -2,13 +2,14 @@ // @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 // ==/UserScript== // ---------- your settings hare ---------- From 2d16f2db1bcf141c9f34ab1276f5623cd857fba7 Mon Sep 17 00:00:00 2001 From: Aaryan Prakash <38575855+fishy15@users.noreply.github.com> Date: Sun, 29 Jan 2023 12:32:55 -0600 Subject: [PATCH 2/2] Add tablesorter dependency --- userscript/content.js | 1 + 1 file changed, 1 insertion(+) diff --git a/userscript/content.js b/userscript/content.js index 1f982b1..d952925 100644 --- a/userscript/content.js +++ b/userscript/content.js @@ -10,6 +10,7 @@ // @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 ----------