 
  
path: '^/wiki/[^&]+$', 
entryNodes: { 
  'div#content': {
    uri: 'window.location',
    title: 'h1.firstHeading',
    container: 'h1.firstHeading'
  } 
}
uriを'#p-cactions ul:first-child li.selected a'から'window.location'に変更(#p-cactionsがなくなった?) by Akkiesoft (2010/09/21)
'div#globalWrapper'から'div#content'に変更 by Akkiesoft (2010/09/21)
ノートページなどにも対応。 by Yuichirou (2007/09/28)
記号を含む記事にも対応。 by Yuichirou (2007/09/28)