Created
October 7, 2015 05:45
-
-
Save mayukojpn/001ae1e65c60ab30b267 to your computer and use it in GitHub Desktop.
WordCamp の参加者を数える
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ブラウザで参加者リストを開いて、コンソールで以下をたたいてね。 | |
| console.log("31日:"+document.getElementsByClassName("tix-attendee-list")[0].getElementsByTagName('li').length); | |
| console.log("コントリビューターデイ:"+document.getElementsByClassName("tix-attendee-list")[1].getElementsByTagName('li').length); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment