We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0d3bb7 commit e0f225dCopy full SHA for e0f225d
index.user.js
@@ -1,13 +1,14 @@
1
// ==UserScript==
2
// @name CodeUp+
3
// @description CodeUp+
4
-// @version 0.0.0
+// @version 0.0.1
5
// @icon https://icons.duckduckgo.com/ip2/codeup.kr.ico
6
+// @updateURL https://github.com/JadeMin-userscripts/CodeUp-Plus/raw/main/index.user.js
7
+// @downloadURL https://github.com/JadeMin-userscripts/CodeUp-Plus/raw/main/index.user.js
8
// @match https://www.codeup.kr/*
9
// @run-at document-end
10
// ==/UserScript==
11
if(location.pathname !== "/submitpage.php") return;
-
12
const { editor } = unsafeWindow;
13
14
const rid = document.querySelector("input#rid").value;
0 commit comments