Skip to content

Instantly share code, notes, and snippets.

@jiftechnify
Last active March 14, 2016 07:20
Show Gist options
  • Save jiftechnify/d8ed8bbb5f9cd2adbd68 to your computer and use it in GitHub Desktop.
Save jiftechnify/d8ed8bbb5f9cd2adbd68 to your computer and use it in GitHub Desktop.
情工戦闘力を計算するやつ(教務webの成績閲覧のページで実行してください)
javascript:(function(d){var a=parseFloat(d.getElementById("ctl00_ContentPlaceHolder1_ctl00_trAveTotal").cells[1].innerText);var b=d.getElementsByClassName("tdSpace").length+d.getElementsByClassName("tdSpaceAlt").length;var p=Math.round((a+b*0.2)*100)/100;alert("平均点:"+a+", 修得済み科目数:"+b+", 戦闘力:"+p);})(document)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment