BGGのSITEINFOを書いてみた

BGGのランキング見るときにちょっと便利かも。
Autopagerize

// BGG for Games
{
    url:    'http://www.boardgamegeek.com/browser.php',
    nextLink:    '//div[@class="simplebox"]/table/tbody/tr/td/table/tbody/tr/td/p/a[last()-1]',
    insertBefore:    '//p[last()]',
    pageElement:    '//table[@class="gamebrowser\_table"]',
    exampleUrl:    'http://www.boardgamegeek.com/browser.php?itemtype=game&sortby=rank',
},

LDRize

{
    domain:    'http://www.boardgamegeek.com/',
    paragraph: '//table[@class="gamebrowser_table"]/tbody/tr/td[3]',
    link:      'a',
    stripe:    false,
    height:    40,
},