そんなわけで。AutopagerizeがTwitterフォロワーページで効かないのでSITEINFO書いた。ただしリスト管理とアクションボタンが効かないので、フォロワーが少ない人は適用しない方がアクションへのクリック数は少なくて済むと思う。
ボタンの挙動にはjs読み込みが必要で、Autopagerizeで読み込んだ先にそのjsが適用されないからボタンが動かないのかな? 検証するスキルないから分からない。
SITEINFOとか書いたことないのでなんか間違ってても知らない。
{ url: '^https?://twitter\.com/?[^/]+/following', nextLink: '//a[@rel="me next"]', pageElement: 'id("follow_grid")/table[@class="current-user-following-page"]', exampleUrl: 'http://twitter.com/following', }
{ url: '^https?://twitter\.com/?[^/]+/followers', nextLink: '//a[@rel="me next"]', pageElement: 'id("follow_grid")/table', exampleUrl: 'http://twitter.com/highcampus/followers', }, { url: '^https?://twitter\.com/followers', nextLink: '//a[@rel="me next"]', pageElement: 'id("follow_grid")/table', exampleUrl: 'http://twitter.com/followers', }
2009-12-25追記:twitter.AutoPager for Greasemonkey使えばいいことに気付いた。これ使っても読み込んだページでボタンは機能しないけどな。