Skip to content

Instantly share code, notes, and snippets.

@amutake
Created July 7, 2017 07:11
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 amutake/8f058889731771752bc039e7127f75ae to your computer and use it in GitHub Desktop.
Save amutake/8f058889731771752bc039e7127f75ae to your computer and use it in GitHub Desktop.
https://satsukita-andon.com/artisan/classdata から、投票用のを取ってくるスクリプト
Array.prototype.map.call(document.querySelectorAll("table tbody tr"), function (tr) { var c = tr.children; return c[2].textContent + "年" + c[3].textContent + "組" + "『" + c[4].textContent + "』"; }).join("\n");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment