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 1/2] 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
From 388b6f17eb7abfc635ad81d1d4a9aaabfdc8b2d7 Mon Sep 17 00:00:00 2001
From: slweeb <91897291+slweeb@users.noreply.github.com>
Date: Wed, 4 Jun 2025 12:02:34 -0400
Subject: [PATCH 2/2] Update cursor.js
---
mods/cursor.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mods/cursor.js b/mods/cursor.js
index 0e3e5bf8..d6876ce2 100644
--- a/mods/cursor.js
+++ b/mods/cursor.js
@@ -1,3 +1,3 @@
document.head.insertAdjacentHTML("beforeend",``)
\ No newline at end of file