From a935562ee418eafd45ca2c66ecd45cba5067ad44 Mon Sep 17 00:00:00 2001 From: slweeb <91897291+slweeb@users.noreply.github.com> Date: Wed, 4 Jun 2025 12:01:23 -0400 Subject: [PATCH] Create cursor.js --- mods/cursor.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 mods/cursor.js diff --git a/mods/cursor.js b/mods/cursor.js new file mode 100644 index 00000000..0e3e5bf8 --- /dev/null +++ b/mods/cursor.js @@ -0,0 +1,3 @@ +document.head.insertAdjacentHTML("beforeend",``) \ No newline at end of file