We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf614be commit a2b33d4Copy full SHA for a2b33d4
1 file changed
src/userscript.meta.js
@@ -22,7 +22,7 @@ export const userscriptHeader =
22
// @grant unsafeWindow
23
// @homepageURL https://github.com/Citrinate/CS2Script
24
// @supportURL https://github.com/Citrinate/CS2Script/issues
25
-// @downloadURL https://raw.githubusercontent.com/Citrinate/CS2Script/main/code.user.js
26
-// @updateURL https://raw.githubusercontent.com/Citrinate/CS2Script/main/code.user.js
+// @downloadURL https://github.com/Citrinate/CS2Script/releases/latest/download/code.user.js
+// @updateURL https://github.com/Citrinate/CS2Script/releases/latest/download/code.user.js
27
// @require https://github.com/Tampermonkey/utils/raw/d8a4543a5f828dfa8eefb0a3360859b6fe9c3c34/requires/gh_2215_make_GM_xhr_more_parallel_again.js
28
// ==/UserScript==`;
0 commit comments