Skip to content

Instantly share code, notes, and snippets.

@nodeblox
Created April 27, 2026 19:49
Show Gist options
  • Select an option

  • Save nodeblox/dd057f78ad036284155e88ffecb540a4 to your computer and use it in GitHub Desktop.

Select an option

Save nodeblox/dd057f78ad036284155e88ffecb540a4 to your computer and use it in GitHub Desktop.
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>');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment