Skip to content

Instantly share code, notes, and snippets.

@BoxInABox
BoxInABox / noscript-tracking.go
Created May 13, 2019 13:57 — forked from wybiral/noscript-tracking.go
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"
)