Skip to content

Commit e0f225d

Browse files
authored
Update index.user.js
1 parent c0d3bb7 commit e0f225d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.user.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
// ==UserScript==
22
// @name CodeUp+
33
// @description CodeUp+
4-
// @version 0.0.0
4+
// @version 0.0.1
55
// @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
68
// @match https://www.codeup.kr/*
79
// @run-at document-end
810
// ==/UserScript==
911
if(location.pathname !== "/submitpage.php") return;
10-
1112
const { editor } = unsafeWindow;
1213

1314
const rid = document.querySelector("input#rid").value;

0 commit comments

Comments
 (0)