Revert "enable ghosty cursor"

Amolith created

This reverts commit f7e3c0329d07abcadf631c669f085a591bb3403d.

Change summary

static/js/ghostCursor.js                     | 13 -------------
themes/secluded/layouts/_default/baseof.html |  5 -----
themes/secluded/layouts/partials/head.html   |  3 ---
3 files changed, 21 deletions(-)

Detailed changes

static/js/ghostCursor.js 🔗

@@ -1,80 +0,0 @@
-var cursoreffects = function(e) {
-    "use strict";
-    return e.ghostCursor = function(e) {
-        let t, i, n, o = e && e.element,
-            s = o || document.body,
-            h = window.innerWidth,
-            c = window.innerHeight,
-            l = {
-                x: h / 2,
-                y: h / 2
-            },
-            d = [],
-            r = new Image;

themes/secluded/layouts/partials/head.html 🔗

@@ -48,7 +48,4 @@
 
     <!-- Self-hosted analytics -->
     <script async defer data-website-id="a790c0da-a30d-4224-909a-0ac50eaad3b6" data-do-not-track="true" src="https://umami.secluded.site/script.js"></script>
-
-    <!-- Funny cursor -->
-    <script async src="/js/ghostCursor.js"></script>
 </head>