Skip to content

Instantly share code, notes, and snippets.

View johnsonbui's full-sized avatar
🎯
Focusing

Johnson Bui johnsonbui

🎯
Focusing
View GitHub Profile
@wybiral
wybiral / noscript-tracking.go
Last active September 11, 2023 08:53
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"
)