Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gengar/2b445e3cd30da6b4d55357d4b3fbf19e to your computer and use it in GitHub Desktop.
Save gengar/2b445e3cd30da6b4d55357d4b3fbf19e to your computer and use it in GitHub Desktop.
ジムリーダーの城の保存用HTMLのめざパのタイプを表示するブックマークレット
javascript:(function(){let i,j,g,c=document.getElementsByTagName("input")[1].value.split("_");for(i=0;i<6;i++){for(j=3;j<7;j++){g=document.getElementsByTagName("tr")[i+1].getElementsByTagName("td")[j];g.innerHTML=g.innerHTML.replace("めざめるパワ-", "めざパ("+["格","飛","毒","地","岩","虫","霊","鋼","炎","水","草","電","超","氷","竜","悪"][("0x"+c[i*27+4]-0)%4*4+("0x"+c[i*27+5]-0)%4]+")");}}})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment