Skip to content

Instantly share code, notes, and snippets.

@kusano
Last active August 29, 2015 14:16
Show Gist options
  • Save kusano/3b0a07763ff0b4ad5a35 to your computer and use it in GitHub Desktop.
Save kusano/3b0a07763ff0b4ad5a35 to your computer and use it in GitHub Desktop.
ガルーンの予定の参加者を円形に
!function(){document.querySelectorAll(".schedule_member_base_grn")[1].style.position="relative";var p=document.querySelectorAll(".user-grn");var n=p.length;for(var i=0;i<n;i++){var s=p[i].style;s.position="absolute";s.top=48*Math.sin(2*Math.PI*i/n)+"px";s.left=48-48*Math.cos(2*Math.PI*i/n)+"px";}}()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment