Skip to content

Instantly share code, notes, and snippets.

View godnhiggy's full-sized avatar

Coach Higgy godnhiggy

View GitHub Profile
@wybiral
wybiral / noscript-tracking.go
Last active August 21, 2024 04:56
Tracking cursor position in real-time with remote monitoring (without JavaScript)
// Tracking cursor position in real-time without JavaScript
// Demo: https://twitter.com/davywtf/status/1124146339259002881
package main
import (
"fmt"
"net/http"
"strings"
)