Skip to content

Instantly share code, notes, and snippets.

View nodeblox's full-sized avatar
🏠
Working from home

Nodeblox nodeblox

🏠
Working from home
  • Schleswig-Holstein, Germany
  • 17:16 (UTC +02:00)
View GitHub Profile
@nodeblox
nodeblox / nealFunGuidanceCircle.js
Created April 27, 2026 19:49
neal.fun perfect cirlce cheat guidance circle (paste into browser console while playing)
document.querySelector("main").insertAdjacentHTML("afterbegin", '<div style="width:300px;height:300px;opacity:0.5;background:black;border-radius:50%;transform:translate(-50%,-50%);position:absolute;left:50%;top:calc(50% - 20px);pointer-events:none;"></div>');