jottit のページ数をカウント
/* * @title jottit page count * @description jottit のページ数をカウント * @include http://jottit.com/ */ alert(document.querySelectorAll('#pages li').length);