SiteConfigWiki JSON

Here is the wiki page for sharing information for Hatena Star, Hatena Star Everywhere Greasemonkey and compatible user scripts.

SYNTAX

Please specify a host name and configurations for the host as JSON data in Text::Hatena's "Supre Pre Syntax" (>|| .. ||<).
You can specify as many configurations for a host as you like. Multiple configurations will be tried in the order written in here.

path: '^/[\w-]+/',      // RegExp string. location.pathname.match(new RegExp(path)) will be executed against this string.
entryNodes: {           // This entry specifies which nodes should have stars.
    'div.section': {    // CSS selector for entry nodes.
        uri: 'h3 a',    // Selector for entry's uri. element.href will be used. You can also use 'window.location' instead of a selector.
        title: 'h3',    // Selector for entry's title. Scraped text from element.childNodes or element.title or element.alt will be used.
        container: 'h3' // Selector for container. Buttons and stars will be appended into this element.
    }
}
entryNodes: {
    'div.section': [    // Entry selectors can also be an array of selectors
        {uri: 'h3 a', title: 'h3', container: 'h3'},
        {uri: 'h3 a', title: 'h3', container: 'parent'},
    ]
}

CSS SELECTORS

HatenaStar.js (Ten.js) supports some CSS1,2,3 selectors.

E
Select by tag name E
E.classname
Select by tag name E whose class is "classname"
E#idname
Select by tag name E whose id is "idname"
E F
Select by tag name F descendent of E elements
E, F
Select by tag name E and F
E > F
Select by tag name F child of E elements
Pseudo-classes
E:first-child, E:last-child, E:nth-child(n), E:nth-child(an+b)

SPECIAL SELECTORS for SiteConfig

parent
Select parent element
window.location, document.location
Select location object for getting uri by location.href
document.title
Select title from document

*.269g.net external_link

by づんじ |
path: '^/',
entryNodes: {
    'h3.title': {
        uri: 'a',
        title: 'parent',
        container: 'parent'
    }
}

*.air-nifty.com external_link

by kadotanimitsuru |
path: '^/'
, entryNodes: { 
     'div.entry': { uri: 'a.permalink', title: 'h3', container: 'h3' } 
}

*.anisen.tv external_link

by づんじ |
path: '^/',
entryNodes: {
    'h3.title': {
        uri: 'a',
        title: 'a',
        container: 'parent'
    }
}

*.ap.teacup.com external_link

by づんじ |

path: '^/[\w-]+/\d+\.html$',
entryNodes: {
    'div.postdate': {
        uri: 'window.location',
        title: 'div.posttitle',
        container: 'div.posttitle'
    }
}

path: '^/([\w-]+/|applet/[\w-]+/)',
entryNodes: {
    'div.postdate': {
        uri: 'div.postcommtb a:first-child',
        title: 'div.posttitle',
        container: 'div.posttitle'
    }
}

*.ascii.jp external_link

by snitch |
path: '^/elem/\d+/\d+/\d+/\d+/',
entryNodes: {
    'div#contdefault': {
         uri: 'window.location',
         title: 'h1',
         container: 'h1'
    },
    'div.relatedarticle ul.relatedarticle li': {
        uri: 'strong > a',
        title: 'strong > a',
        container: 'strong > a'
    }
}

Category Page

path: '^/cate/15/$',
entryNodes: {
    'div.namegroups': {
        uri: 'h3 a',
        title: 'h3 a',
        container: 'h3'
    }
}
path: '^/cate/\d+/$',
entryNodes: {
    'div.namegroup': {
        uri: 'h2 a',
        title: 'h2 a',
        container: 'h2'
    }
}
path: '^/cate/\d+/$',
entryNodes: {
    'div.pickupsc': {
        uri: 'h3 a',
        title: 'h3 a',
        container: 'h3'
    }
}

*.at.webry.info external_link

by づんじ |

path: '^/\d+/article_\d+\.html',
entryNodes: {
    'div#blog-head': {
        uri: 'window.location',
        title: 'h2',
        container: 'h2'
    }
}

path: '^/($|\d+/index\.html|theme/)',
entryNodes: {
    'div#postlist table tbody tr td:first-child': {
        uri: 'a:first-child',
        title: 'a:first-child',
        container: 'p.response'
    }
}

*.bblog.jp external_link

by TheInelegance keiraelvy1812 |

top

path: '^/$',
    entryNodes: {
        'div.entry': { uri: 'h3 a:nth-child(1)', title: 'h3', container: 'h3' }
}

monthly

path: '^/monthly/.+/$',
    entryNodes: {
        'div.entry': { uri: 'h3 a:nth-child(1)', title: 'h3', container: 'h3' }
}

category

path: '^/category/\w+/$',
    entryNodes: {
        'div.entry': { uri: 'h3 a:nth-child(1)', title: 'h3', container: 'h3' }
}

entry

path: '^/entry/\d+/$',
    entryNodes: {
        'div.entry': { uri: 'h3 a:nth-child(1)', title: 'h3', container: 'h3' }
}

*.blog.shinobi.jp external_link

by Yuichirou Blue-Period TheInelegance |

とりあえず2種類まとめてかなり乱暴に対応中。別パターン追加や不具合修正求む。

path: '^/.*',
    entryNodes: {
        '.EntryInnerBlock': { uri: '.EntryTitle a:nth-child(1)', title: '.EntryTitle', container: '.EntryTitle' },
        'div.entry_table': { uri: 'h3 a', title: 'h3', container: 'h3' }
}

*.blog30.fc2.com external_link

by naouki Yuichirou |

users page

path: '^/$', 
entryNodes: {
  'div.left': {
    uri: 'a:first-child',
    title: 'h3',
    container: 'h3'
  }
}

*.blog39.fc2.com external_link

by choco17 Yuichirou |
path: '^/\w+/$',
entryNodes: {
  'div.entry': {
    uri: 'h2 a',
    title: 'h2 a',
    container: 'h2'
  }
}

*.blog4.fc2.com external_link

by tomity |
path: '^/.*html$', 
entryNodes: { 'div#main': { uri: 'h2 a', title: 'h2 a', container: 'h2' } }

*.blog52.fc2.com external_link

by anhydro |

users page

path: '^/$', entryNodes: { 'div.blogbody': { uri: 'a:nth-child(1)', title: 'h2', container: 'h2' } } 

*.blog55.fc2.com external_link

by TheInelegance |

top

path: '^/$',
    entryNodes: {
        '.entry_table': { uri: '.entry_title a:nth-child(1)', title: '.entry_title', container: '.entry_title' }
}

entry/monthly/category

path: '^/blog-(entry|date|category)-\d+\.html$',
    entryNodes: {
        '.entry_table': { uri: '.entry_title a:nth-child(1)', title: '.entry_title', container: '.entry_title' }
}

*.blogspot.com external_link

by 近藤淳也 若葉 |

Basic Blog Page

path: '.*',
entryNodes: {
    'div.post': {
        uri: 'h3.post-title a',
        title: 'h3.post-title',
        container: 'h3.post-title'
    },
    '.hentry': {
        uri: 'a.timestamp-link',
        title: '.entry-title',
        container: '.post-footer-line-1'
    }
}

*.cocolog-nifty.com external_link

by づんじ |
path: '^/.*',
entryNodes: {
    'div.entry': {
        uri: 'a.permalink',
        title: 'h3',
        container: 'h3'
    }
} 

*.exblog.jp external_link

by 近藤淳也 |

Basic Blog Page

path: '^/.*',
entryNodes: {
    'div.post': {
        uri: 'span.TIME a',
        title: 'div.POST_TTL',
        container: 'div.POST_TTL'
    }
}

*.fc2.com external_link

by TheInelegance tomity naouki |

users page

path: '^/.*html$', 
entryNodes: { 'div.left': { uri: 'a:nth-child(1)', title: 'h3', container: 'h3' }
 }

*.g.hatena.ne.jp external_link

by 近藤淳也 モテメン 若葉 |

bbs

path: '^/bbs/\d+',
entryNodes: {
    'div.day': {
	uri: 'h2 a:nth-child(1)',
	title: 'h2',
	container: 'h2'
    }
}

diary

path: '^/[\w-]+/',
entryNodes: {
    'div.section': {
        uri: 'h3 a',
        title: 'h3',
        container: 'h3'
    },
    '.hatena-section li': {
        uri: 'a',
        title: 'a',
        container: 'a'
    }
}

*.getpersonas.com external_link

by thirdlife |

gallery page

path: '^/\w+/gallery',
entryNodes: {
    '#gallery li.gallery-item': {
        uri: 'div h3 a',
        title: 'div h3 a',
        container: 'div h3'
    }
}

persona permalink

path: '^/\w+/persona/\d+',
entryNodes: {
    '#maincontent div.persona-detail': {
        uri: 'window.location',
        title: 'h3',
        container: 'h3'
    }
}

*.gigazine.net external_link

by snitch |

main page

path: '^/$',
entryNodes: {
    'h2.title': {
        uri: 'a',
        title: 'a.mytitle',
        container: 'parent'
    }
}

permalink

path: '^/index\.php?',
entryNodes: {
    'div#maincol div.content': {
        uri: 'window.location',
        title: 'h2.title', 
        container: 'h2.title'
    }
}

*.hito.thebbs.jp external_link

by Bill閣下 |
path: '^/one/\d+',
entryNodes: {
    'div.naka': {
        uri: 'h3 a:first-child',
        title: 'h3 a:first-child',
        container: 'h3'
    }
}

*.itmedia.co.jp external_link

by Yuichirou tomity |

articles

path: '^/[a-z]+/articles/\d+/\d+/news[\d_]+.html$',
entryNodes: {
    'div.articles': {
        uri: 'window.location',
        title: 'h1',
        container: 'h1'
    }
}

category toppage

path: '/$',
entryNodes: {
    'h3, div.headline li, div.hl li, ul.linkset li': {
        uri: 'a',
        title: 'parent',
        container: 'parent'
    }
}

*.jaiku.com external_link

by mattn |

home

path: '^(/$|/\??page=\d)',
entryNodes: { 
     'ul.stream li.presence div div': { uri: 'h3 a', title: 'h3', container: 'p.meta'}
    ,'ul.stream li.comment div div' : { uri: 'p.meta a:nth-child(2)', title: 'p.comment', container: 'p.meta'}
}

permalink

path: '^/presence/\w+',
entryNodes: { 
     'div#current-stream': { uri: 'window.location', title: 'h2', container: 'h2'}
}

*.jugem.jp external_link

by snitch |
path: '^/.*',
entryNodes: {
    'div.entry': {
        uri: 'div.entry_state a:nth-child(1)',
        title: 'div.entry_title',
        container: 'div.entry_title'
    }
}

permalinkへのリンクの位置が一定しないので苦肉の策

コメントを付けると、permalinkページの☆が消えてしまう・・・・

*.keizai.biz external_link

by AKIY |

トップ

path: '^/$',
 entryNodes: {
  'div.newest,div.item1,div.item2': { uri: 'h3 a', title: 'h3', container: 'p:last_child' },
  'li.arrow': { uri: 'a', title: 'a', container: 'parent' }
 }

ヘッドライン・特集一覧

path: '^/(headline|special)/archives/.+$',
 entryNodes: {
  'li.arrow': { uri: 'a', title: 'a', container: 'parent' }
 }

ニュース

path: '^/headline/\d+/index.html$',
 entryNodes: {
  'div#headline': { uri: 'document.location', title: 'h3', container: 'li#sbm' },
  'li.arrow': { uri: 'a', title: 'a', container: 'parent' }
 }

特集

path: '^/column/\d+/index.html$',
 entryNodes: {
  'div#column': { uri: 'document.location', title: 'h3', container: 'p' }
 }

*.livedoor.biz external_link

by snitch |

Basic Blog Template

path: '^/$', 
entryNodes: { 
    'div.blogbody': [
        {
            uri: 'div.posted a', 
            title: 'h3.title', 
            container: 'h3.title' 
        },
        {
            uri: 'div.titlebody h1.title a', 
            title: 'div.titlebody h1.title', 
            container: 'div.titlebody h1.title' 
        }
    ]
}
path: '^/archives/\d+\.html', 
entryNodes: { 
    'div.blogbody': [
        {
            uri: 'window.location', 
            title: 'document.title', 
            container: 'h3.title' 
        },
        {
            uri: 'window.location',
            title: 'document.title',
            container: 'div.titlebody h1.title'
        }
    ]
}

*.moe-nifty.com external_link

by tokada |

path: '^/'
, entryNodes: { 
     'div.entry': { uri: 'a.permalink', title: 'h3', container: 'h3' } 
}

*.nowa.jp external_link

by mattn vkgtaro |

permalinked status

path: '^/entry/[\w]+',
entryNodes: {
    'div.entry h2.entry-title': {
        uri: 'window.location',
        title: 'parent',
        container: 'parent'
    }
}

エントリ一覧

path: '^/$',
entryNodes: {
    'div.entry-inner': {
        uri: 'h2.entry-title a',
        title: 'h2.entry-title a',
        container: 'h2.entry-title'
    }
}

ナニシテル一覧

path: '^/status/$',
entryNodes: {
    'dl.past-doing': {
        uri: 'dt span a',
        title: 'dd',
        container: 'dd'
    },
    'dl.newest-doing': {
        uri: 'dt span a',
        title: 'dd div',
        container: 'dd div'
    }
}

*.piapro.jp external_link

by あっきぃ |

ギブアップ。ヘルプ求む

path: '^/a/content/\?id=?',
entryNodes: {
    'div.box11_r_in': {
      uri: 'window.location',
      title: 'p.music_title wordbreak',
      container: 'parent'
    }
}

*.pixiv.net external_link

by mattn Yuichirou あっきぃ otsune ふこ pmint |

member

path: '^/member\.php$',
entryNodes: {
    'div.profile-unit': {
        uri: 'window.location',
        title: 'document.title',
        container: 'ul.badges'
    },
    'li.image-item': {
        uri: 'a',
        title: 'h1',
        container: 'parent'
    }
}

member_illust

path: '^/member_illust\.php$',
entryNodes: {
    'div.work-detail-unit': {
        uri: 'window.location',
        title: 'document.title',
        container: 'ul.share-button'
    },
    'div.cool-work-main': {
        uri: 'window.location',
        title: 'document.title',
        container: 'span.date'
    }
}

div.work-detail-unitは1枚表示(... /member_illust.php?mode=medium&illust_id= ...)のとき。

div.cool-work-mainはログインしていないとき。

*.seesaa.net external_link

by SuiJackDo Yukke snitch |

users page

path: '^/',
entryNodes: {
    'div.blog': { 
        uri: 'a:nth-child(1)', 
        title: 'h3', 
        container: 'h3'
    }
}

*.slmame.com external_link

by haoyayoi |
path: '^/.*',
entryNodes: {
    'div.blogbody': {
        uri: 'h3.title a:first-child',
        title: 'h3.title',
        container: 'h3.title'
    }
}

*.tea-nifty.com external_link

by TheInelegance |
path: '^/.*',
entryNodes: {
    'div.entry': {
        uri: 'a.permalink',
        title: 'h3',
        container: 'h3'
    }
} 

*.techcrunch.com external_link

by tokada |
path: '^/.*$',
entryNodes: { 'div.post': { uri: 'a:nth-child(1)', title: 'h1', container: 'h1' } }

*.theinterviews.jp external_link

by あっきぃ |

ユーザーページ

path: '^/[\w-]+$',
entryNodes: {
	'div.log': {
		uri: 'h3.title a',
		title: 'h3.title',
		container: 'h3.title'
	}
}

個別ページ(パスが違うだけ)

path: '^/[\w-]+/\d+$',
entryNodes: {
	'div.log': {
		uri: 'h3.title a',
		title: 'h3.title',
		container: 'h3.title'
	}
}

div.shareの後ろに入れたかったけれど、きれいに入らなかったのでむしゃくしゃしてタイトルの横につけた。

wwwありなしの区別めんどい。

http://s.hatena.ne.jp/siteconfig?host=theinterviews.jp

*.txt-nifty.com external_link

by TheInelegance |
path: '^/.*',
entryNodes: {
    'div.entry': {
        uri: 'a.permalink',
        title: 'h3',
        container: 'h3'
    }
} 

*.typepad.com external_link

by snitch |

permalink

path: '^.*/\d+/\d+/.*\.html$',
entryNodes: {
    'div.entry': {
        uri: 'window.location',
        title: 'h3',
        container: 'h3'
    }
}

template

path: '^/',
entryNodes: {
    'div.entry': {
        uri: 'h3.entry-header a',
        title: 'h3.entry-header a',
        container: 'h3.entry-header'
    }
}

*.typepad.jp external_link

by セコン |

permalink

path: '^.*/\d+/\d+/.*\.html$',
entryNodes: {
    'div.entry': {
        uri: 'window.location',
        title: 'h3',
        container: 'h3'
    }
}

template

path: '^/',
entryNodes: {
    'div.entry': {
        uri: 'h3 > a',
        title: 'h3 > a',
        container: 'h3'
    }
}

*.vox.com external_link

by セコン |

entry

path: '^/library/post/',
entryNodes: {
    'div.asset-name-outer': {
        uri: 'window.location',
        title: 'h1',
        container: 'h1'
    }
}
path: '^/',
entryNodes: {
    'div.asset-header': {
        uri: 'h2 > a',
        title: 'h2',
        container: 'h2'
    }
}

*.way-nifty.com external_link

by ココサブ |

top page

path: '^/$',
entryNodes: {
    'div.entry': {
        uri: 'h3 a',
        title: 'h3',
        container: 'h3'
    }
} 

top page2

path: '^/\w+/$',
entryNodes: {
    'div.entry': {
        uri: 'h3 a',
        title: 'h3',
        container: 'h3'
    }
} 

permalink

path: '^/\w+/\d+/\d+/.+\.html$',
entryNodes: {
    'div.entry': {
        uri: 'window.location',
        title: 'h3',
        container: 'h3'
    }
} 

*.youtube.com external_link

by Yuichirou |
path: '^/watch?',
entryNodes: {
	'div#baseDiv': {
		uri: 'window.location',
		title: '#vidTitle',
		container: '#vidTitle'
	}
}

各国語対応版(というかドメインを変えただけ)。

*.zen.seesaa.net external_link

by hirogocco |

users page

path: '^/.*$',
entryNodes: { 'div.blogbody': { uri: 'a:nth-child(1)', title: 'h2', container: 'h2.title' } }

8bc.org external_link

by りきBP |

Entry Page

path: '^/(music|images)\/.+$',
entryNodes: {
    'div.colmask.doublepage': {
        uri: 'h2 strong a',
        title: 'h2',
        container: '#media_actions'
    }
}

addons.mozilla.org external_link

by AKIY |

Addon Feature

path: '^/.+/.+/addon/\d+$',
 entryNodes: {
  'div.addon-feature': { uri: 'document.location', title: 'h2', container: 'h2' }
 }

Addon List

path: '^/.+/.+/browse/.+$',
 entryNodes: {
 'div.addon-listitem': { uri: 'a', title: 'h2', container: 'h2' }
 }

Recommended

path: '^/.+/.+/recommended$',
 entryNodes: {
 'div.addon-listitem': { uri: 'a', title: 'h2', container: 'h2' }
 }

alpha.mixi.co.jp external_link

by vkgtaro |
path: '^/blog/$',
entryNodes: {
    'div.metadata': {
        uri: 'h2 a',
        title: 'h2 a',
        container: 'h2'
    }
}

ameblo.jp external_link

by セコン りょうたろう |

permalink

path: '^/.*/entry-\d+\.html$',
entryNodes: {
    'div.entry': {
        uri: 'window.location',
        title: 'h3.title',
        container: 'h3.title'
    }
}

template (うごかない…)

path: '^/',
entryNodes: {
    'div.entry': {
        uri: 'div.foot > a:nth-child(1)',
        title: 'h3.title',
        container: 'h3.title'
    }
}

最新(2012/7/6)アメブロ

path: '^/',
entryNodes: {
    'article': {
        uri: '.skinArticleHeader2 h1 a',
        title: '.skinArticleHeader2 h1',
        container: '.skinArticleHeader2 h1'
    }
}

anond.hatelabo.jp external_link

by 近藤淳也 |

all pages

path: '.*',
entryNodes: {
    'div.section': {
        uri: 'h3 a',
        title: 'h3',
        container: 'h3'
    }
}

ascii.jp external_link

by snitch |
path: '^/elem/\d+/\d+/\d+/\d+/',
entryNodes: {
    'div#contdefault': {
         uri: 'window.location',
         title: 'h1',
         container: 'h1'
    },
    'div.relatedarticle ul.relatedarticle li': {
        uri: 'strong > a',
        title: 'strong > a',
        container: 'strong > a'
    }
}

Category Page

path: '^/cate/15/$',
entryNodes: {
    'div.namegroups': {
        uri: 'h3 a',
        title: 'h3 a',
        container: 'h3'
    }
}
path: '^/cate/\d+/$',
entryNodes: {
    'div.namegroup': {
        uri: 'h2 a',
        title: 'h2 a',
        container: 'h2'
    }
}
path: '^/cate/\d+/$',
entryNodes: {
    'div.pickupsc': {
        uri: 'h3 a',
        title: 'h3 a',
        container: 'h3'
    }
}

ask.fm external_link

by Miyagi |
path: '^/\w+(/best)?$',
entryNodes: {
	'div.questionBox': {
		uri: 'a.link-time',
		title: 'div.question > span > span',
		container: 'div.question'
	}
}
path: '^/\w+/answer/\d+$',
entryNodes: {
	'div.questionBox': {
		uri: 'a.link-time',
		title: 'div.question > span > span',
		container: 'div.question'
	}
}

b.hatena.ne.jp external_link

by Yuichirou rikuo |

User Page (sample : won't work)

path: '^/Yuichirou/',
entryNodes: {
    'dl.bookmarklist': {
        uri: 'dt.bookmark a',
        title: 'dt.bookmark',
        container: 'dt.bookmark'
    }
}

原理的にはできるのにおかしいなと思ったら、Hatena.Starオブジェクトが上書きされているのでこれでは動きません_| ̄|○ by Yuichirou (2007/09/28)

Bookmarklist

path: '^/bookmarklist',
entryNodes: {
  'dl.bookmarklist': {
    uri: 'dd.bookmarker a',
    title: 'dt.bookmark',
    container: 'dd.comment'
  }
}

bbdx.maruamyu.net external_link

by mirai-iro |

# deleted

bizmakoto.jp external_link

by AKIY |
path: '^/makoto/articles/.+\.html$',
 entryNodes: { 'div.newart': {
  uri: 'document.location', title: 'h1', container: 'h1' }
 }

blog.amuse.co.jp external_link

by セコン otsune |

perfume::blog::permalink

path: '^/perfume/p/archive/\d+/\d+-\d+-\d+\.php',
entryNodes: { 'div.blog': { uri: 'window.location', title: 'div.day > h2', container: 'div.day > h2' } }

perfume::blog::permalink

path: '^/perfume/p/item/\d+',
entryNodes: { 
   'div.blog': {
        uri: 'window.location',
        title: 'div.day h2',
        container: 'div.day h2'
    }
}

blog.days.yahoo.co.jp external_link

by nmy |
path: '^/blog$',
entryNodes: {
	'div#mgbp_title': {
		uri: 'window.location',
		title: 'h2.title',
		container: 'h2.title'
	}
}

blog.excite.co.jp external_link

by づんじ |
path: '^/[\w-]+',
entryNodes: {
    'div.post': {
        uri: 'span.TIME a',
        title: 'div.POST_TTL',
        container: 'div.POST_TTL'
    }
}

blog.geeko.jp external_link

by あっきぃ |
path: '^/',
entryNodes: {
    'div.entry': {
        uri: 'h2 a',
        title: 'h2',
        container: 'h2'
    }
}

blog.goo.ne.jp external_link

by づんじ tomity |

path: '^/[\w-]+',
entryNodes: {
    'div.art_title,
     div.entryTitle,
     div.etBar,
     div.etTitleKazari,
     h2.entryTitle,
     h3,
     td.entry > table > tbody > tr:nth-child(2) > td,
     td.entry > table > tbody > tr:nth-child(4) > td,
     td.entryTitle,
     td.et2 div,
     td.etBg > div:nth-child(2),
     td.etTitle,
     td.etTitlebg': {
        uri: 'a.etTitleLink',
        title: 'a.etTitleLink',
        container: 'parent'
    },
    'div.entry h2,
     div.entry_title,     div.entry-top h2,
     div.entry-top h3,
     div.entry_tt p,
     div.eTitle,
     h2.etTitle,
     h3.title,
     p.title,
     table.entryHead,
     td.entry_top': {
        uri: 'a',
        title: 'a',
        container: 'parent'
    }
}

path: '^/[\w_-]+/e/[\w\d]+$', 
entryNodes: { 'td.tbg03': { uri: 'a.etTitleLink', title: 'span.etTitle', container: 'span.etTitle' } }

blog.livedoor.jp external_link

by セコン モテメン 近藤淳也 snitch あっきぃ r_kurain |

Dan the Blogger

path: '^/dankogai/$', 
entryNodes: { 
    'div.blogbody': { 
        uri: 'h3 > a.aposted', 
        title: 'h3', 
        container: 'h3' 
    }
}

Dan the Permalinker

path: '^/dankogai/archives/\d+\.html', 
entryNodes: { 
    'div.blogbody': { 
        uri: 'window.location', 
        title: 'h3', 
        container: 'h3' 
    }
}

Basic Blog Template

path: '^/[\w-]+/$', 
entryNodes: { 
    'div.blogbody': { 
        uri: 'div.posted a', 
        title: 'h3', 
        container: 'h3' 
    },
    'div.article-title-outer': {
        uri: 'h2 a',
        title: 'h2',
        container: 'h2'
    }
}
path: '^/[\w-]+/archives/\d+\.html', 
entryNodes: { 
    'div.blogbody': { 
        uri: 'window.location', 
        title: 'h3', 
        container: 'h3' 
    },
    'div.article-title-outer': {
        uri: 'window.location',
        title: 'h2',
        container: 'h2'
    }
}

blog.pasonatech.co.jp external_link

by あっきぃ |
path: '^/[\w-]+/',
entryNodes: {
    'h1': {
        uri: 'document.location',
        title: 'parent',
        container: 'parent'
    }
}

blog.pixiv.net external_link

by pmint |

developer's blog

path: '^/$',
entryNodes: {
    'div#pixiv div#leftcolumn div.entry_post': {
        uri: 'h3 a',
        title: 'h3 a',
        container: 'h3'
    }
}

blog.virtualtech.jp external_link

by あっきぃ |

(自ブログ内で対応したため削除)

blog39.fc2.com external_link

by choco17 |

" path: '^/ws/$', entryNodes: { 'div.entry': { uri: 'h2 a', title: 'h2 a', container: 'h2' } } "

blogs.yahoo.co.jp external_link

by づんじ |
path: '^/\w+/', 
entryNodes: { 
    'div.entry': [
        {
            uri: 'div.permaLink a',
            title: 'div.entryTitle',
            container: 'div.entryMetaInfo'
        },
        {
            uri: 'div.permaLink a',
            title: 'div.entryTitle',
            container: 'div.permaLink p'
        }
    ]
}

bm11.kayac.com external_link

by たいぷすた |

Permalink

path: '^/service/',
entryNodes: {
  'div.entry-body-wrap': { uri: 'document.location', title: 'h2', container: 'h2' }
}

Index

path: '.*',
entryNodes: {
  'div.entry-body-wrap': { uri: 'h2 a', title: 'h2', container: 'h2' }
}

calwinefood.blog51.fc2.com external_link

by 近藤淳也 |
path: '.+',
entryNodes: {
    'div.main_block': {
        uri: 'div.main_title a',
        title: 'div.main_title a',
        container: 'div.main_title td'
    }
}

carbonfairy.org external_link

by セコン yoko |

# 対応したので削除したよ

chiebukuro.yahoo.co.jp external_link

by Bill閣下 |

detail.chiebukuro.yahoo.co.jp に変更

clubt.jp external_link

by わたる |

product

path: '^/product/\d+_\d+.html',
entryNodes: {
    'div.meta_box_site': {
        uri: 'h1.site_name a',
        title: 'h1.site_name',
        container: 'h1.site_name'
    }
}

code.nanigac.com external_link

by てぃんせぷ |
path: '^/source/view/',
 entryNodes: {
  'div#main': {
  uri: 'h2.detail_tit a',
  title: 'h2.detail_tit',
  container: 'h2.detail_tit'
 } 
}

community.travel.yahoo.co.jp external_link

by paloalto |

blog

path: '^/mymemo/[\w-_]+/blog/.*html$', 
entryNodes: { 
    'div.ytrvTmMdTdArticle': {
        uri: 'window.location', 
        title: 'h3', 
        container: 'h3' 
    } 
}

buzz

path: '^/mymemo/[\w-_]+/buzz/.*html$', 
entryNodes: { 
    'div.ytrvTmMdRepArticle': { 
        uri: 'window.location', 
        title: 'h3 span.span02', 
        container: 'h3 span.span02' 
    } 
}

d.hatena.com external_link

by nmy tomity |
path: '^/[\w-]+/',
entryNodes: {
    'h3': {
        uri: 'a',
        title: 'a',
        container: 'parent'
    }
}

d.hatena.ne.jp external_link

by セコン モテメン kambara Yuichirou NAT_programming 若葉 |

keyword/asin

path: '^/(?:keyword|asin)/', 
entryNodes: { 
    'div.box-curve-bar': { uri: 'h2 > span.title > a', title: 'h2 > span.title > a', container: 'h2 > span.title' } 
}

keywordlist

path: '^/(?:keywordlist|hot.*|gourmet/)',
entryNodes: {
  '.keyword-list li': {
    uri: 'h3 a',
    title: 'h3',
    container: 'h3'
  }
}

themesample

path: '^/themesample',
entryNodes: {
    'div.section': {
        uri: 'h3 a',
        title: 'h3',
        container: 'h3'
    }
}

diary

path: '^/[\w-]+/(?!edit)',
entryNodes: {
    'div.commentshort p': {
        uri: 'span.timestamp a',
        title: 'parent',
        container: 'span.commentator'
    }
}

del.icio.us external_link

by mattn koko1000ban |

user notes

path: '^/url/[\w]+',
entryNodes: { 
    'h4.nomb': {
        uri: 'a',
        title: 'a',
        container: 'parent'
    }
}

all pages

path: '.*',
entryNodes: { 
    'ol.posts li': {
        uri: 'h4 a',
        title: 'h4',
        container: 'div.commands'
    }
}

ブックマークの一覧でもスターが出るように追加しました。 by koko1000ban

ノートコメント一個づつに☆つけようかと思いましたが、やめました。 by mattn

delicious.com external_link

by otsune |

user notes

path: '^/url/[\w]+',
entryNodes: { 
    'div.data > h4': {
        uri: 'a',
        title: 'a',
        container: 'parent'
    }
}

all pages

path: '.*',
entryNodes: { 
    'div.data h4': {
        uri: 'a',
        title: 'a',
        container: 'parent'
    }
}

ブックマークの一覧でもスターが出るように追加しました。 by koko1000ban

ノートコメント一個づつに☆つけようかと思いましたが、やめました。 by mattn

detail.chiebukuro.yahoo.co.jp external_link

by Bill閣下 |

uri をどうしたらいいか分からず。

path: '^/qa/question_detail/q\d+',
entryNodes: {
    'div.Extends-details': {
        uri: 'a',
        title: 'p.user-name',
        container: 'p.user-name'
    }
}

diary.jp.aol.com external_link

by 近藤淳也 |
path: '^/\w+/$',
entryNodes: {
    '#recententry li': {
        uri: 'a',
        title: 'a',
        container: 'parent'
    }
}

diary.sorah.jp external_link

by そらは |

top

path: '^/',
entryNodes: {
    'article.entry': {
        uri: 'h1 a',
        title: 'h1',
        container: 'div.categories'
    }
}

dic.nicovideo.jp external_link

by あっきぃ |
path: '^/a/*',
entryNodes: {
	'div.article-tab-nico': {
		uri: 'window.location',
		title: 'h1',
		container: 'h1'
	}
}

digg.com external_link

by ku0522 近藤淳也 |
path: '.*',
entryNodes: {
    'div.news-body': {
        uri: 'h3 a',
        title: 'h3',
        container: 'h3'
    }
}

en.wikipedia.org external_link

by mkt |
path: '^/wiki/[^&]+$', 
entryNodes: { 
  'div#globalWrapper': {
    uri: '#p-cactions ul:first-child li.selected a',
    title: 'h1.firstHeading',
    container: 'h1.firstHeading'
  } 
}

erockr.com external_link

by 小西 将史@Koni |

search

path: '^/archive/(.+)$', entryNodes: { 'div.entry': { uri: '#hatena-star > a', title: '#hatena-star > a', container: '#hatena-star' } }

fc2.com external_link

by tomity hand931 |

fifnel.com external_link

by fifnel |


	

fixdap.com external_link

by vkgtaro |
path: '^/p/',
entryNodes: {
    'table.tasklist tr': {
         uri: 'td.tasktitle a',
         title: 'td.tasktitle a',
         container: 'td.tasktitle'
    },
    'table.taskdetail': {
        uri: 'ul.permalink a:nth-child(2)',
        title: 'td.tasktitle',
        container: 'ul.userset li:nth-child(2)'
    }
}

flickr.com external_link

by mattn |

www.flickr.comのコピーです

あ、消せない...

すみません。消して下さい。

Photo

path: '^/photos/[@\w-]+/\d+/$',
entryNodes: {
    '#photoswftd': {
        uri: 'window.location',
        title: 'h1',
        container: 'h1'
    }
}

PhotoStream

path: '^/photos/[@\w-]+/?',
entryNodes: {
    'td.PhotosColumn > table td': {
        uri: 'a:first-child',
        title: 'a:first-child img',
        container: 'p.Activity'
    }
}

Explorer

path: '^/explore/$', 
entryNodes: { 
    'div#Main': { uri: 'table.Interestingness > tbody > tr > td > a', title: 'table.Interestingness > tbody > tr > td > a > img', container: 'h1' } 
}

geoapi.sourceforge.net external_link

by hfu |

GeoAPI 2.0

path: '^/2.0/javadoc/.*/(?!package-frame)',
entryNodes: {
    'body': {
        uri: 'document.location',
        title: 'pre:first-child b',
        container: 'h2'
    }
}

gigazine.net external_link

by snitch |

main page

path: '^/$',
entryNodes: {
    'h2.title': {
        uri: 'a',
        title: 'a.mytitle',
        container: 'parent'
    }
}

permalink

path: '^/index\.php?',
entryNodes: {
    'div#maincol div.content': {
        uri: 'window.location',
        title: 'h2.title', 
        container: 'h2.title'
    }
}

github.com external_link

by grapefruit |

repos

path: '^/\w+/*$',
entryNodes: {
    'div.path': {
        uri: 'b a',
        title: 'b',
        container: 'b'
    }
}

user

path: '^/\w+/?$',
entryNodes: {
    'div.path': {
        uri: 'a:first-child',
        title: 'a:first-child',
        container: 'a:first-child'
    }
}

handa.ifdef.jp external_link

by H & A |
path: '.*',
entryNodes: {
    'div.post': {
        uri: 'h3.post-title a',
        title: 'h3.post-title',
        container: 'p.post-footer'
    }
}

haropy.bloghackers.net external_link

by AKIY |
path: '^/entry/.+$',
 entryNodes: {
 'div.day': { uri: 'p.permalink a', title: 'h2', container: 'h2' }
 }

headlines.yahoo.co.jp external_link

by AKIY あっきぃ |
path: '^/hl',
 entryNodes: {
  'div.yntop': { uri: 'document.location', title: 'h1', container: 'h1' },
  'div.yjXL': { uri: 'document.location', title: 'h1', container: 'h1' },
  'ul.cptComment': { uri: 'document.location', title: 'li.hdTop span', container: 'li.hdTop' }
 }

homepage1.nifty.com external_link

by Yuichirou |

まなめはうす

path: '^/maname/$|^/maname/log/',
entryNodes: {
    'p table td:first-child table:first-child, p table td:first-child p table:first-child': {
        uri: 'a',
        title: 'td',
        container: 'td'
    }
}

hotmailentrarlogin.org external_link

by howtoget-wiki |

i'm feeling curious

i.hatena.ne.jp external_link

by Yuichirou |

All pages except for "/idea" or "/idealist"

path: '^/(?!idea(list)?)',
entryNodes: {
  'td.icontent': {
    uri: 'a',
    title: 'a',
    container: 'div'
  }
}

ido.nu external_link

by ku0522 近藤淳也 |
path: '/',
entryNodes: {'body': {uri: 'document.location', title: 'parent', container: 'parent'}}

inezha.com external_link

by y-nakai 若葉 |
path: '^/p/6182566$',
entryNodes: {
  'div#main': { uri: 'a:nth-child(1)', title: 'img', container: 'div#main' }
}

internet.watch.impress.co.jp external_link

by otsune |

やじうまWatch http://internet.watch.impress.co.jp/static/yajiuma/

path: '^/static/yajiuma/\d{4}/\d{2}/',
entryNodes: {
    'td.body-text > a': {
        uri: 'a.news',
	title: 'a.news',
	container: 'a.news'
    }
}

Index

path: '^/$',
entryNodes: {
    'table:nth-child(3) table:nth-child(3) table tr': {
        uri: 'td a',
	title: 'td a',
	container: 'td a'
    }
}

itpro.nikkeibp.co.jp external_link

by AKIY heaven2go |

ITpro

path: '^/article/',
entryNodes: {
    'div#kijiBox': { uri: 'document.location', title: 'document.title', container: 'h1.kijiTitle' }
}

ittemia.jp external_link

by NAT kazyama |

(id:NATさんのコメント)2008年3月27日にイッテミアの画面デザインが大幅に変更された影響で、はてなスターが表示されなくなった画面もありますが、修正できてません。

(id:kazyamaのコメント 09/04/01(水)更新)イッテミア前線のトップページの画面デザインの変更に対応しました。

イッテミアラリー(旧:イッテミア)のサイトデザイン変更への対応はまだです。

なお、過去のコメントは、"Edit Logs"を参照ください。

ミッション検索結果

path: '^/mission_search.php$',
entryNodes: {
    'div.summarySpread': {
        uri: 'a',
        title: 'a',
        container: 'dt'
    }
}

ミッション詳細

path: '^/mission_detail.php/mission_id/\d+$',
entryNodes: {
    'div#detail': {
        uri: 'window.location',
        title: 'h1.pageTitle',
        container: 'h1.pageTitle'
    },
    'div#main > table ul.iconLinkNormal': {
        uri: 'a',
        title: 'a',
        container: 'li'
    }
}

お出かけ記録

path: '^/all_progress.php\?search_type=1$',
entryNodes: {
    'div#main': {
        uri: 'window.location',
        title: 'h1',
        container: 'h1' 
    },
    'div.wordsBalloonAdd': {
        uri: 'strong > a',
        title: 'strong',
        container: 'dt'
    }
}

実況中継詳細 | コミュニケーションボード詳細

path: '^/progress_detail.php|commu_board_detail.php$',
entryNodes: {
    'div#main': {
        uri: 'window.location',
        title: 'h1#pageTitle',
        container: 'h1#pageTitle'
    }
}

実況中継一覧

path: '^/all_progress.php\?search_type=15$',
entryNodes: {
    'div#main': {
        uri: 'window.location',
        title: 'h1',
        container: 'h1' 
    },
    'div.wordsBalloonAdd': {
        uri: 'strong > a',
        title: 'strong',
        container: 'dt'
    }
}

みんなの実況中継一覧

path: '^/all_progress.php$',
entryNodes: {
    'div.wordsBalloonAdd': {
        uri: 'strong > a',
        title: 'strong',
        container: 'dt'
    }
}

コミュニケーションボード一覧

path: '^/commu_board.php$',
entryNodes: {
    'ul.iconLinkNormal': {
        uri: 'a',
        title: 'a',
        container: 'li'
    }
} 

トップページ(ログイン後)

path: '^/($|top.php$)',
entryNodes: {
    'div#my_progress ul.iconLinkNormal, div.mainColumn > table ul.iconLinkNormal, div.mainColumn dl.dateList ul': {
        uri: 'a',
        title: 'a',
        container: 'li'
    },
    'div.subColumn div.sectionBox:nth-child(2) div.box': {
        uri: 'dt a',
        title: 'dt a',
        container: 'dt'
    },
    'div.subColumn div.sectionBox:nth-child(3) dd': {
        uri: 'a',
        title: 'a',
        container: 'parent'
    },
    'div.subColumn div.sectionBox:nth-child(4) dd': {
        uri: 'a',
        title: 'a',
        container: 'parent'
    },
    'div.subColumn div.sectionBox:nth-child(5) li': {
        uri: 'a',
        title: 'parent',
        container: 'parent'
    }
}

イッテミア前線 テーマ紹介ページ

path: '^/zensen/themes/view/\d+$',
entryNodes: {
    'div#Container': {
        uri: 'window.location',
        title: 'h1.PageTitleType1',
        container: 'h1.PageTitleType1'
    },
    'div.RightBoxInner': {
        uri: 'a',
        title: 'a',
        container: 'li'
    },
    'div.additionalBox li': {
        uri: 'a',
        title: 'a',
        container: 'parent'
    }
}

イッテミア前線 テーマへの書き込み一覧ページ

path: '^/zensen/comments/theme/\d+$',
entryNodes: {
    'div#Container': {
        uri: 'div.LocalNaviHorizontalBox  a',
        title: 'h1.PageTitleType1',
        container: 'h1.PageTitleType1'
    }
}

イッテミア前線 おしらせ詳細ページ

path: '^/zensen/announces/view/\d+$',
entryNodes: {
    'div#Container': {
        uri: 'window.location',
        title: 'h1',
        container: 'h1'
    }
}

イッテミア前線 おしらせ一覧ページ

path: '^/zensen/announces/$',
entryNodes: {
    'dd': {
        uri: 'a',
        title: 'li',
        container: 'li'
    }
}

イッテミア前線 トップページ09/04/01〜(ログイン前後で共通)

path: '^/zensen/$',
entryNodes: {
    'h3.SubjectTitle': {
        uri: 'a',
        title: 'a',
        container: 'parent'
    },
    'div.UserPostingListType2': {
        uri: 'a',
        title: 'a',
        container: 'li'
    },
    'ul.UnorderedList > li': {
        uri: 'a',
        title: 'a',
        container: 'parent'
    },
    'div.ThemeListType1': {
        uri: 'a',
        title: 'a',
        container: 'parent'
    },
    'div.ThemeListType2': {
        uri: 'a',
        title: 'a',
        container: 'parent'
    }
}

ja.uncyclopedia.info external_link

by ふこ |
path: '^/wiki/',
entryNodes: {
    '#content': {
        uri: 'window.location',
        title: '#firstHeading span',
        container: '#firstHeading span'
    }
}

ja.wikipedia.org external_link

by セコン Yuichirou あっきぃ |

Page

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)

jaiku.com external_link

by os0x kiyohero |

home

path: '^(/$|/\??page=\d)',
entryNodes: { 
     'ul.stream li.presence div div': { uri: 'h3 a', title: 'h3', container: 'p.meta'}
    ,'ul.stream li.comment div div' : { uri: 'p.meta a:nth-child(2)', title: 'p.comment', container: 'p.meta'}
}

permalink

path: '^/presence/\w+',
entryNodes: { 
     'div#current-stream': { uri: 'window.location', title: 'h2', container: 'p'}
}

japan.cnet.com external_link

by Yuichirou |

article

path: '^/news/media/story/\d+,\d+,\d+,\d+.htm$',
entryNodes: {
    'div.block_leaf': {
        uri: '#sbm_list_url_saaf_EXTPOSITION',
        title: 'h1',
        container: 'h1'
    }
}

japanese.engadget.com external_link

by snitch あっきぃ |

mainpage

path: '^/$',
entryNodes: {
    'div.post h2': {
        uri: 'a',
        title: 'a',
        container: 'parent'
    }
}

permalink

path: '^/\d+/\d+/\d+/[\w-]+/',
entryNodes: {
    'div.post h2': {
        uri: 'window.location',
        title: 'span',
        container: 'parent'
    }
}

java.sun.com external_link

by Yuichirou hfu |

Java 2 Platform Standard Edition 5.0 API Specification

path: '^/j2se/1.5.0(/[a-z]+)?/docs(/[a-z]+)?/api/.*/(?!package-frame)',
entryNodes: {
    'body': {
        uri: 'document.location',
        title: 'pre:first-child b',
        container: 'h2'
    }
}

for http://java.sun.com/j2se/1.5.0/docs/api/index.html and http://java.sun.com/j2se/1.5.0/ja/docs/ja/api/index.html .

javadoc.geotools.fr external_link

by hfu |

Geotools APIs

path: '^/.*/(?!package-frame)',
entryNodes: {
    'body': {
        uri: 'document.location',
        title: 'pre:first-child b',
        container: 'h2'
    }
}

journal.mycom.co.jp external_link

by snitch |
path: '^/(index\.html$|$)',
entryNodes: {
    'div.section div.article': {
        uri: 'a',
        title: 'a',
        container: 'h3'
    },
    'div.section ul.headlinelist01 li': {
        uri: 'a',
        title: 'a',
        container: 'a'
    }
}
path: '^/\w+/\w+/\w+/',
entryNodes: {
    'div#articleMain': {
        uri: 'window.location',
        title: 'h2',
        container: 'h2'
    },
    'div.section ul.headlinelist01 li': {
        uri: 'a',
        title: 'a',
        container: 'a'
    },
    'div.section ul.headlinelist02 li': {
        uri: 'a',
        title: 'a',
        container: 'a'
    },
    'div.section > ul.linklist01 li': {
        uri: 'a',
        title: 'a',
        container: 'a'
    }
}
path: '^/\w+/\w+/($|index\.html$)',
entryNodes: {
    'div.section div.article': {
        uri: 'a',
        title: 'a',
        container: 'h3'
    },
    'div.section ul.headlinelist01 li': {
        uri: 'a',
        title: 'a',
        container: 'a'
    },
    'div.section ul.headlinelist02 li': {
        uri: 'a',
        title: 'a',
        container: 'a'
    },
    'div.section > ul.linklist01 li': {
        uri: 'a',
        title: 'a',
        container: 'a'
    }
}

jp.blogherald.com external_link

by tomity |

エントリ内にリンクが無いので、コメント用URLをエントリURLとして使ってます。他の方法があったら書き換えてください。

path: '^/\d+/\d+/\d+/[\w-]*/$', 
entryNodes: {
 'div#single_post': { uri: 'document.location', title: 'h1', container: 'h1' } 
}

jp.techcrunch.com external_link

by heaven2go |

TechCrunch Japan

path: '^/archives/',
entryNodes: {
    'div.post_subheader': {
        uri: 'document.location',
        title: 'document.title',
        container: 'div.post_subheader_left' 
    }
} 

k-ui.jp external_link

by UI takuyarei0 |
path: '^/$', entryNodes: { 'div.post': { uri: 'h2 a', title: 'h2', container: 'small.postmetadata' } }

k.osx.cc external_link

by itoolsjp |

トップページ

path: '^/$',
entryNodes: {
    'div.entry-info': {
        uri: 'a',
        title: 'span.entry-permalink',
        container: 'span.entry-permalink'
    }
}

個別記事

path: '^/\d+/$', entryNodes: { 'div.entry-info': { uri: 'a', title: 'span.entry-permalink', container: 'span.entry-permalink' } }

kamawada.com external_link

by vkgtaro |
path: '^/~masanori/blog/',
entryNodes: {
    'div#alpha-inner': {
        uri: 'p.entry-footer a',
        title: 'h2#archive-title',
        container: 'h2#archive-title'
    }
}

kichiku.oq.la external_link

by yoko |
path: '^/\d*$',
entryNodes: {
    '.recentEntry': {
        uri: '.usertext a',
        title: '.usertext a',
        container: '.created_at'
    }
}

permalink

path: '^/show/\d+$',
entryNodes: {
    'div#maincontent': {
        uri: 'window.location',
        title: 'img',
        container: 'p'
    }
}

knowledge.livedoor.com external_link

by otsune |
path: '^/\w+/(\d+)*',
entryNodes: {
    'div.listboxin': {
        uri: 'div.listboxtxt h3 a',
        title: 'div.listboxtxt h3',
        container: 'div.listboxtxt h3'
    }
}

kokosabu.way-nifty.com external_link

by ココサブ |

*.way-nifty.comへ

la.ma.la external_link

by セコン |
path: '^/blog/', 
entryNodes: { 
    'div.blogbody': { uri: 'h3.title > a', title: 'h3.title', container: 'div.posted' } 
}

level0.cuppy.co.jp external_link

by たいぷすた |

Permalink

path: '^/\d{4}/\d{2}/.*\.php$',
entryNodes: {
  'div.entry': { uri: 'document.location', title: 'h1', container: 'h1' }
}

Index

path: '.*',
entryNodes: {
  'div.entry': { uri: 'h3.title a', title: 'h3.title', container: 'h3.title' }
}

linguafuranca.blog97.fc2.com external_link

by tomity |
path: '^/blog-entry-\d+.html$'
, entryNodes: { 
'div#main': { uri: 'a:nth-child(2)', title: 'span.a_title', container: 'span.a_title' } 
}

localhost external_link

by jkondolife |

Apache インストール時のテストページ

path: '^/$',
entryNodes: {
  'body': { uri: 'window.location', title: 'h2', container: 'h2' }
}

mainichi.jp external_link

by snitch |
path: '^/$',
entryNodes: {
    'div.tophl-body ul li': {
        uri: 'a',
        title: 'a',
        container: 'parent'
    }
}
path: '^/select/\w+/news/\w+\.html$',
entryNodes: {
    'div.newsarticle': {
        uri: 'window.location',
        title: 'h2.newstitle',
        container: 'h2.newstitle'
    }
}
path: '^/enta/\w+/\w+/news/\w+\.html$',
entryNodes: {
    'div.newsarticle': {
        uri: 'window.location',
        title: 'h2.newstitle',
        container: 'h2.newstitle'
    }
}
path: '^/select/$',
entryNodes: {
    'div.m-body01 a': {
        uri: 'parent',
        title: 'parent',
        container: 'parent'
    }
}
path: '^/enta/$',
entryNodes: {
    'div.m-body01 a': {
        uri: 'parent',
        title: 'parent',
        container: 'parent'
    }
}
path: '^/select/\w+/$',
entryNodes: {
    'div.m-body01 a': {
        uri: 'parent',
        title: 'parent',
        container: 'parent'
    }
}
path: '^/select/\w+/archive/',
entryNodes: {
    'div.mainmargin  ul.mark li a': {
        uri: 'parent',
        title: 'parent',
        container: 'parent'
    }
}

maker.usoko.net external_link

by pmint |

脳内メーカー

path: '^/nounai/r/',
entryNodes: {
    'div#con_main': {
        uri: window.location,
        title: 'h1#maga_title',
        container: 'h1'
    }
}

maruta.be external_link

by たかやん |
path: '^/\d+',
  entryNodes: {
    'div.entry-asset': {
      uri: 'h2.asset-name a',
      title: 'h2.asset-name',
      container: 'h2'
    }
  }

misao.on.arena.ne.jp external_link

by pmint |

list, mode:I(Image view)

path: '/upload.cgi$',
entryNodes: {
    'table.list tr': {
        uri: 'td:nth-child(2) a:nth-child(2)',
        title: 'td:nth-child(3)',
        container: 'parent'
    },
    'p': {
        uri: 'a:first-child',
        title: 'parent',
        container: 'parent'
    }
}

mixi.jp external_link

by nmy あさんのう 若葉 |

list_diary

path: '^/list_diary\.pl',
entryNodes: {
	'div.listDiaryTitle': {
		uri: 'dt a:nth-child(1)',
		title: 'dt a:nth-child(1)',
		container: 'dt'
	}
}

new_friend_diary.pl

path: '^/new_friend_diary\.pl',
entryNodes: {
	'div.newFriendDiaryArea li': {
		uri: 'dd a:nth-child(1)',
		title: 'dd a:nth-child(1)',
		container: 'dd'
	}
}

view_diary

path: '^/view_diary\.pl',
entryNodes: {
	'div.listDiaryTitle': {
		uri: 'window.location',
		title: 'dt',
		container: 'dt'
	}
}

(re(cent|s)|list)_echo.pl

path: '^/(re(cent|s)|list)_echo\.pl',
entryNodes: {
	'div.archiveList tr': {
		uri: 'td.comment span:first-child a',
		title: 'td.comment div:last-child',
		container: 'td.comment'
	}
}

view_echo.pl

path: '^/view_echo\.pl',
entryNodes: {
	'div.echoStatus': {
		uri: 'window.location',
		title: 'div.status div div:last-child',
		container: 'p:first-child'
	}
}

recent_voice.pl

path: '^/recent_voice\.pl',
entryNodes: {
  ".archive": {
    "uri": ".voiced p a",
    "title": ".voiced p",
    "container": ".voiced p span"
  }
}

muchotrap.com external_link

by sqsd3 |

http://www.faqs.org/rfcs/rfc3229.html#Comments_form

my.nowa.jp external_link

by vkgtaro |

新着記事&ナニシテル?

path: '^/friend/.*',
    entryNodes: {
        'div.friendentry-box': {
            uri: 'span.time a.blue-cms',
            title: 'h2.statustitle',
            container: 'span.time'
    }
}

mytown.asahi.com external_link

by snitch |
path: '^/\w+/news\.php?',
entryNodes: {
    'div#cnt': {
        uri: 'window.location',
        title: 'h1#cap',
        container: 'h1'
    }
}

natalie.mu external_link

by heaven2go |

ニュース

  path: '^/news/show/id/\w+$',
  entryNodes: {
    '#article-title': { uri: 'window.location', title: 'h2', container: '#article-title' }
  } 

niceboat.org external_link

by セコン |
path: '^/$',
entryNodes: {
    'body': {
        uri: 'window.location',
        title: 'h1',
        container: 'h1'
    }
}

nijinochocolate.homelinux.net external_link

by otsune |

Board index Page

path: '^/niji/head_[\w_]+\d+\.html$',
entryNodes: {
    'table:nth-child(2) dl': {
        uri: 'dd a:nth-child(2)',
        title: 'dt b:first-child',
        container: 'dd a:nth-child(2)'
    }
}

Thread Page

path: '^/niji/msg_[\d_]+\.html$',
entryNodes: {
    'table:nth-child(2) dl': {
        uri: 'dd a:nth-child(2)',
        title: 'dt a',
        container: 'dd a:nth-child(2)'
    }
}

nomasvirus.com external_link

by sqsd3 |

nomasvirus.com

nounaimaker.com external_link

by snitch |

脳内メーカー

path: '^/',
entryNodes: {
    'div#con_main': {
        uri: window.location,
        title: 'h1#maga_title',
        container: 'h1'
    }
}

oshiete1.goo.ne.jp external_link

by otsune |

search page

path: '^/search_pv\.php3',
entryNodes: {
    'table.ok_list tr': {
        uri: 'td.ok_list_content a:first-child',
        title: 'td.ok_list_content a:first-child',
        container: 'td.ok_list_content a:first-child'
    }
}

category page

path: '^/c\d+\.html$',
entryNodes: {
    'table.ok_list tr': {
        uri: 'td.ok_list_content a',
        title: 'td.ok_list_content a',
        container: 'td.ok_list_content a'
    }
}

pcrednet.com external_link

by pcrednet |

https://www.pcrednet.com

PeachFansite.com external_link

by 6J Rose |

<h3><a href="http://uri.for/entry">Title of Entry</a></h3>

<script type="text/javascript" src="http://s.hatena.com/js/HatenaStar.js"></script>

{

title: 'Peach Fansite',

url: 'http://www.nintendo.com/',

star_container: object for stars and "star" button.

comment_container: object for comment box.

}

.hatena-star-star-image {

background-image: url(http://www.porkchopsammiches.com/mario/coin.gif);

}

.hatena-star-add-button-image {

background-image: url(http://exapmle.com/add.gif);

}

.hatena-star-comment-button-image {

background-image: url(http://exapmle.com/comment.gif);

}

.hatena-star-comment-button-image-active {

background-image: url(http://exapmle.com/comment_active.gif);

}

.hatena-star-inner-count {

color: #f4b128;

font-weight: bold;

font-size: 200%;

padding: 0 8px;

}

.hatena-star-inner-count {

background-image: url(http://exapmle.com/background.gif);

}

photobox.ddo.jp external_link

by あくる |
path: '^/ping/thumbnail.html',
entryNodes: {
    'div#honbun > ul > li': {
        uri: 'a',
        title: 'a',
        container: 'div:nth-child(1)'
    }
}

photozou.jp external_link

by づんじ ふこ |
path: '^/photo/show/\d+/\d+',
entryNodes: {
    'div.media_padding': {
        uri: 'window.location',
        title: 'h1#media_title',
        container: 'div.favorite'
    },
    '#main div.content_box_wrapper article.content_box': {
        uri: 'window.location',
        title: '#main div.content_box_wrapper article.content_box section#media h1',
        container: '#main div.content_box_wrapper article.content_box section#media h1'
    }
}

piapro.jp external_link

by あっきぃ |

Illust

path: '^/content/?',
entryNodes: {
    'span.icon_ill': {
      uri: 'window.location',
      title: 'parent',
      container: 'parent'
    }
}

Sound

path: '^/content/?',
entryNodes: {
    'span.icon_snd': {
      uri: 'window.location',
      title: 'parent',
      container: 'parent'
    }
}

Lyric

path: '^/content/?',
entryNodes: {
    'span.icon_lyc': {
      uri: 'window.location',
      title: 'parent',
      container: 'parent'
    }
}

pics.livedoor.com external_link

by セコン づんじ rouge_2008 |

トップ

path: '^/u/\w+/$',
entryNodes: {
    'div.photo-box': {
        uri: 'h3 a',
        title: 'h3',
        container: 'ul.stats'
    }
}

個別

path: '^/u/\w+/\d+',
entryNodes: {
    'div#container': {
        uri: 'window.location',
        title: 'h2',
        container: 'ul.stats-detail'
    }
}

一覧

path: '^/u/\w+/(photos|movies|magical_maker)',
entryNodes: {
    'div.p-box': {
        uri: 'h4.title a',
        title: 'h4.title',
        container: 'ul.stats'
    }
}

タグ

path: '^(/u/\w+)?/t/',
entryNodes: {
    'div.p-box': {
        uri: 'h4.title a',
        title: 'h4.title',
        container: 'h4'
    }
}

2009-01-29 00:30:34の状態に差し戻して一部編集

playlog.jp external_link

by mattn |

entry

path: '^/\w+/blog/[\d-]+',
entryNodes: {
    'h2.title-area-single': {
        uri: 'window.location',
        title: 'parent',
        container: 'parent'
    }
}

list

path: '^/\w+/blog/',
entryNodes: {
    'h2.title-area': {
        uri: 'a:nth-child(1)',
        title: 'parent',
        container: 'parent'
    }
}

もともと☆に似た♥を付けるSNSだけど、そこをあえて☆を付ける!

plaza.rakuten.co.jp external_link

by づんじ |

path: '^/\w+/diary/\d+/',
entryNodes: {
    'div.DIV': {
        uri: 'window.location',
        title: 'h4.h4:first-child td:first-child',
        container: 'h4.h4:first-child td:first-child'
    }
}

path: '^/\w+($|/$|/diary/$)',
entryNodes: {
    'h4.h4': {
        uri: 'td a',
        title: 'td a',
        container: 'td'
    }
}

plus.google.com external_link

by 若葉 |
path: '^/',
entryNodes: {
  '.a-f-i': {
    uri: '.a-f-i-p-U a.ot-anchor, .a-f-i-p-U a.a-Ja-h',
    title: '.a-f-i-p-qb',
    container: '.a-f-i-bg'
  }
}

portal.nifty.com external_link

by mattn Cherenkov |

entry

path: '^/\d+/\d+/\d+/\w+',
entryNodes: {
    'td > table td.tx12px b': {
        uri: 'window.location',
        title: 'document.title',
        container: 'parent'
    }
}

実はこのjsonに"img: 'http://......./my-star.gif'"とか書けると面白いとおもった。by mattn

prcm.jp external_link

by ふこ |
path: '^/album/\w+/pic/\w+$',
entryNodes: {
    '#contents': {
        uri: 'window.location',
        title: 'h1.title',
        container: 'h1.title'
    }
}

project-nagi.com external_link

by Nagisan |

nagisan28 only

path: '^/\w+/$',
 entryNodes: { 'div.entry': { uri: 'h3.entry-header', title: 'h3', container: 'h3' } 
} 

pub.ne.jp external_link

by AKIY |

q.hatena.ne.jp external_link

by rouge_2008 |

コメント

path: '^/\d+',
entryNodes: { 
    'div.comment-title': {
        uri: 'a',
        title: 'parent',
        container: 'parent'
    } 
}

表示されないので削除

qiita.com external_link

by 若葉 yaotti/やおっち |
path: '^/',
entryNodes: {
  '.item-box': {
    container: '.item-box-title',
    uri: '.item-box-title a',
    title: '.item-box-title a'
  }
}
path: '^/items',
entryNodes: {
  '.comment-box': {
    container: '.comment-user-name',
    uri: '.comment-post-time a',
    title: '.comment-content'
  }
}

ralf-halfmoon.jugem.jp external_link

by GenOishi |
path: '^/.$',
entryNodes: {
    'div.entry': {
        uri: 'window.location',
        title: 'h2',
        container: 'h2.entry_title'
    }
} 

recompile.net external_link

by セコン |
path: '^/\d',
entryNodes: {
    '#archive-title': {
        uri: 'window.location',
        title: 'parent',
        container: 'parent'
    }
}
path: '^/',
entryNodes: {
    'h3.entry-header': {
        uri: 'a',
        title: 'a',
        container: 'parent'
    }
}

s.hatena.com external_link

by 近藤淳也 |

SiteConfigWiki

path: '^/siteconfig',
entryNodes: { 
    'h2': { uri: 'a', title: 'parent', container: 'parent' } 
}

s.hatena.ne.jp external_link

by セコン jkondolife Yuichirou mattn 近藤淳也 |

Site Configuration

path: '^/siteconfig',
entryNodes: { 
    'h2': {
        uri: 'a',
        title: 'parent',
        container: 'parent'
    } 
}

Hatena Star Everywhereでは、path の正規表現は location.pathname と比較される。location.pathname にはクエリー部分は含まれないので、'^/siteconfig\?host=.+' ではダメ。

このh2と続くdivを束ねるdivが無いと、一覧のページでもスターを出す事が出来ないんですよね。アンカーが反応して良いならば、キーを"div h2"、uri、title、containerを全て"a"にすれば行けますよ。by mattn

parentに対応したので編集しました(jkondo)

jkondo☆☆☆

sa.yona.la external_link

by georg9 |
path: '^/$',
entryNodes: {
    'div.entry-box': {
        uri: 'a:nth-child(1)',
        title: 'td.entry-title',
        container: 'h2'
    }
}

添削お願いします

sankei.jp.msn.com external_link

by snitch |
path: '^/(top\.htm|$)',
entryNodes: {
    'div.region6 ul.singlelist1 li': {
        uri: 'a',
        title: 'a',
        container: 'parent'
    }
}
path: '^/\w+/\w+/\d+/[\w-]+\.htm$',
entryNodes: {
    'div#articleTextnews1': {
        uri: 'window.location',
        title: 'h1 span#__r_article_title__',
        container: 'h1'
    }
}

sankei.msn.com external_link

by snitch |
path: '^/\w+/\w+/\d+/\w+-\w\.htm$',
entryNodes: {
    'div#articleTextnews1': {
        uri: 'window.location',
        title: 'h1 span#__r_article_title__',
        container: 'h1'
    }
}

search.cpan.org external_link

by たいぷすた セコン |

search result

path: '^/search',
entryNodes: {
    'p': { uri: 'a:nth-child(2)', title: 'b', container: 'small a:nth-child(1)' },
    'body > p': { uri: 'small > a:last-child', title: 'small > a:last-child', container: 'small:nth-child(2)' }
}

Module permalink

path: '^/~\w+/.+\d/$', 
entryNodes: { 
    'div.box:nth-child(1)': { uri: 'window.location', title: 'h1', container: 'h1' } 
}
path: '^/dist/[^/]+/$', 
entryNodes: { 
    'div.box:nth-child(1)': { uri: 'window.location', title: 'h1', container: 'h1' } 
}

author page

path: '^/~\w+/$', 
entryNodes: { 
    'div.box:nth-child(2) > table > tbody > tr': { uri: 'td:nth-child(1) > a', title: 'td:nth-child(1) > a', container: 'td:nth-child(1)' }, 
    'div.box:nth-child(1)': { uri: 'window.location', title: 'div.t1', container: 'div.t1' }
}

serif.hatelabo.jp external_link

by セコン |

serifs

path: '^/.*$',
entryNodes: { 
    'div.serif_data': { uri: 'a:nth-child(1)', title: 'a:nth-child(1) img', container: 'div.serifer' } 
}

sexocio.com external_link

by sqsd3 |

https://sexocio.com

slashdot.jp external_link

by mattn snitch |

diary entry(Theme liquid, slashdotjp only)

path: '^/~\w+/journal/',
entryNodes: {
    'div.journalentry': {
        uri: 'div.title h3 a, div.journalhead h2 a',
	title: 'div.title h3 a, div.journalhead h2',
	container: 'div.title h3, div.journalhead h2'
    }
}
path: '^/journal\.pl?',
entryNodes: {
    'div.journalentry': {
        uri: 'div.title h3 a, div.journalhead h2 a',
	title: 'div.title h3 a, div.journalhead h2',
	container: 'div.title h3, div.journalhead h2'
    }
}

main entry

path: '^/.*',
entryNodes: {
    'div.commentTop': {
        uri: 'span.otherdetails a',
	title: 'div.title h4 a',
	container: 'div.title h4'
    }
}

comment entry

path: '^/.*/comments\.pl?.*',
entryNodes: {
    'div.commentTop': {
        uri: 'span.otherdetails a',
	title: 'div.title h4 a',
	container: 'div.title h4'
    }
}

smatsu.air-nifty.com external_link

by kadotanimitsuru |
path: '^/'
, entryNodes: { 
     'div.entry': { uri: 'a.permalink', title: 'h3', container: 'h3' } 
}

strangedb.ath.cx external_link

by pmint |

closed.

super.hatena.net external_link

by LuxrayLynk |

Hello users of hatena! I wanted to make a site for the users of hatena.

I guess I may make an upgrade to hatena.

Well,that's it!

theinterviews.jp external_link

by あっきぃ |

ユーザーページ

path: '^/[\w-]+$',
entryNodes: {
	'div.log': {
		uri: 'h3.title a',
		title: 'h3.title',
		container: 'h3.title'
	}
}

個別ページ(パスが違うだけ)

path: '^/[\w-]+/\d+$',
entryNodes: {
	'div.log': {
		uri: 'h3.title a',
		title: 'h3.title',
		container: 'h3.title'
	}
}

div.shareの後ろに入れたかったけれど、きれいに入らなかったのでむしゃくしゃしてタイトルの横につけた。

wwwありなしの区別めんどい。

http://s.hatena.ne.jp/siteconfig?host=*.theinterviews.jp

themushroomkingdom.net external_link

by りょうたろう |

path: '^/media/',

entryNodes: {

'table.db-output': {

uri: 'a',

title: 'a',

container: 'td'

}

}

togetter.com external_link

by nanto_vi 若葉 |
path: '^/li/\d+',
entryNodes: {
    '.list_body': {
        uri: 'h5 a',
        title: 'h4',
        container: 'h5'
    },
    '.list_item': {
        uri: '.status_right a:last-child',
        title: '.tweet',
        container: '.status_right'
    }
}

tools.ietf.org external_link

by ISA |
path: '^/html/rfc\d+$',
entryNodes: {
  'pre': {
    uri: 'window.location',
    title: 'span.h1:first-child > h1',
    container: 'span.h1:first-child'
  }
}

RFCのURIってこのアドレスで良いんだろうか……

totoshan.blog52.fc2.com external_link

by anhydro |

users page

path: '^/$', entryNodes: { 'div.blogbody': { uri: 'a:nth-child(1)', title: 'h2', container: 'h2' } } 

ttyshare.com external_link

by たいぷすた |

user pages

path: '^/rec/',
entryNodes: {
    '.entry': { uri: 'a', title: 'h2', container: 'p.meta' }
}

recent entries

path: '.*',
entryNodes: {
    '.recent_entry': { uri: 'a:nth-child(2)', title: 'h2', container: 'h2' }
}

tuchinoko.moe-nifty.com external_link

by tomity |

path: '^/'
, entryNodes: { 
     'div.entry': { uri: 'a.permalink', title: 'h3', container: 'h3' } 
}

twitpaint.com external_link

by trashsuite |

List

path: '^/graffiti/.*', 
entryNodes: {
  'div.list': {uri: 'div.left a', title: 'document.title', container: 'parent'}
}

Permalink

path: '^/[0-9a-z]{6,7}$',
entryNodes: {
  'div#contents': {uri: 'window.location', title: 'document.title', container: 'h3'}
}

補足

".list .(right|left) img" の width/height が決め打ちされているので,やむを得ず div.list をコンテナに…

Stylish 等でマージンを調整すれば,なんとか見られるようにはなる

@-moz-document domain(twitpaint.com) {div.list span.hatena-star-star-container {margin-left: 12px}}

twitpic.com external_link

by あっきぃ 若葉 ふこ |
path: '^/',
entryNodes: {
    '#content': {
        uri: 'window.location',
        title: '#view-photo-caption',
        container: 'h1'
    },
    '#user-photos li': {
        uri: '.user-photo a',
        title: '.user-tweet',
        container: '.tweet-meta'
    },
    'div#media-main': {
        uri: 'window.location',
        title: 'document.title',
        container: 'div#media-caption'
    },
    '#media-main': {
        uri: 'window.location',
        title: '#media-caption p:nth-child(3)',
        container: '#media-caption p:nth-child(3)'
    }
}
path: '^/photos/',
entryNodes: {
    '.user-photo-wrap': {
        uri: 'window.location',
        title: 'p.message',
        container: '.meta .inline-list li:nth-child(2)'
    }
}

twitter.com external_link

by PoohKid os0x づんじ zaknak nanto_vi _ 若葉 |
path: '^/',
entryNodes: {
    '.hentry': {
        uri: '.entry-date',
        title: '.entry-content',
        container: '.entry-meta'
    },
    '.tweet': {
        uri: '.permalink-link, .tweet-timestamp, .embed-link',
        title: '.tweet-text, .js-tweet-text',
        container: '.js-tweet-text'
    }
}

unknownplace.org external_link

by 砂糖 |
path: '^/memo/',
entryNodes: {
	'div.entry': {
		uri: 'h3 > a',
		title: 'h3',
		container: 'h3'
	}
}

use.perl.org external_link

by otsune |

diary entry

path: '^/~\w+/journal/',
entryNodes: {
    'div#journalslashdot': {
        uri: 'div.adminoptions a:last-child',
	title: 'div.title h3',
	container: 'div.title h3'
    }
}

story entry

path: '^/article.pl',
entryNodes: {
    'div.article': {
        uri: 'div.commentBox a:first-child',
	title: 'h3',
	container: 'h3'
    }
}

wassr.jp external_link

by mattn otsune |

permalinked status

path: '^/user/[\w]+/statuses/[\w]+',
entryNodes: {
    'div.MsgBody': {
        uri: 'window.location',
        title: 'p.message',
        container: 'p.message'
    }
}

public statuses

path: '^/timeline/public',
entryNodes: {
    'div.MsgBody': {
        uri: 'p.messagefoot a:nth-child(2)',
        title: 'p.message',
        container: 'p.message'
    }
}

home and users

path: '^/my/|/user/[\w]+$',
entryNodes: {
    'div.MsgBody': {
        uri: 'p.messagefoot a:nth-child(2)',
        title: 'p.message',
        container: 'p.message'
    }
}

way-nifty.com external_link

by ココサブ |

*.way-nifty.comへ

wedata.net external_link

by mattn |

root

path: '^/$',
entryNodes: {
    '.hentry': {
        uri: 'a',
        title: 'a',
        container: 'a'
    }
}

items

path: '^/databases/.*/items$',
entryNodes: {
    '.hentry': {
        uri: 'a',
        title: 'a',
        container: 'div'
    }
}

item

path: '^/items/.*$',
entryNodes: {
    '#content': {
        uri: 'window.location',
        title: 'document.title',
        container: 'h3'
    }
}

wiki.geeko.jp external_link

by あっきぃ |
path: '^/',
entryNodes: {
    'div.entry': {
        uri: 'h2 a',
        title: 'h2',
        container: 'h2'
    }
}

wiki.monaos.org external_link

by ココサブ |

top page

path: '^/(index|pukiwiki).php$',
entryNodes: {
    'h1#title': {
        uri: 'window.location',
        title: 'h1#title a',
        container: 'h1#title'
    },
    'div#Panels ul li': {
        uri: 'a',
        title: 'a',
        container: 'a'
    }
}

wiredvision.jp external_link

by AKIY |
path: '^.+/\d+\.html$',
 entryNodes: {
  'div#entry': { uri: 'document.location', title: 'h1', container: 'h1' },
  'li.group': { uri: 'a', title: 'a', container: 'span.date' },
  'ul.linklist li': { uri: 'a', title: 'a', container: 'parent' }
 }

wonderfl.kayac.com external_link

by ちーず heaven2go |

wonderfl

path: '^/code/[0-9a-f]+$',
entryNodes: {
	'div#code_title_wrapper': {
		uri: 'a',
		title: 'div.parents',
		container: 'span.code_meta_right'
	}
}

wooser.blog4.fc2.com external_link

by tomity |
path: '^/.*html$', 
entryNodes: { 'div#main': { uri: 'h2 a', title: 'h2 a', container: 'h2' } }

www.afpbb.com external_link

by AKIY |

All Pages

path: '^.+$',
 entryNodes: {
  'div.detail384': {
     uri: 'document.location',
     title: 'div.detail384Head h1',
     container: 'div.detail384Head h1'
  },
  'div.photo384': { 
     uri: 'div.photo384Head a',
     title: 'div.photo384Head a',
     container: 'div.photo384Head h1'
  },
  'div.headlineList ul li': { 
     uri: 'a',
     title: 'a',
     container: 'span.date'
     },
  'div.thumbArticleL': { 
     uri: 'div.thumbArticleLHead h3 a',
     title: 'div.thumbArticleLHead h3',
     container: 'div.thumbArticleLHead h3'
  },
  'ul.ctgryListBlock li': { 
     uri: 'a',
     title: 'a',
     container: 'span.date'
  },
  'div.thumbArticleSS ul li': { 
     uri: 'a',
     title: 'a',
     container: 'span.date'
  },
  'div.thumbArticleS': { 
     uri: 'h2 a',
     title: 'h2',
     container: 'h2'
  },
  'div.headlineList div ul li': { 
     uri: 'a',
     title: 'a',
     container: 'a'
  }
 }

www.akibablog.net external_link

by snitch |

Top Page

path: '^/$',
entryNodes: {
    'div.content h3': {
        uri: 'a',
        title: 'parent',
        container: 'parent'
    }
}

Permalink

path: '^/archives/[\w-/]+\.html',
entryNodes: {
    'div.content': {
        uri: 'window.location',
        title: 'div.kobetutitle',
        container: 'div.kobetutitle'
    }
}

www.asahi.com external_link

by snitch 若葉 |

Top Page

path: '^/$',
entryNodes: {
    'ul.Lnk li': {
        uri: 'a',
        title: 'a',
        container: 'parent'
     }
}

News Entry

path: '^/\w+/update/\w+/\w+\.html',
entryNodes: {
    'div#HeadLine': {
        uri: 'window.location',
        title: 'h1',
        container: 'h1'
    },
    'ul.Lnk li': {
        uri: 'a',
        title: 'a',
        container: 'span.update, span.Update'
     }
}
path: '^/\w+/\w+/\w+\.html',
entryNodes: {
    'div#HeadLine': {
        uri: 'window.location',
        title: 'h1',
        container: 'h1'
    },
    'ul.Lnk li': {
        uri: 'a',
        title: 'a',
        container: 'span.update, span.Update'
     }
}

List Page

path: '^/list\.html',
entryNodes: {
    'ul.Lnk li': {
        uri: 'a',
        title: 'a',
        container: 'span.update, span.Update'
     }
}

Category Page

path: '^/\w+/(\w+\.html|$)',
entryNodes: {
    'ul.Lnk li': {
        uri: 'a',
        title: 'a',
        container: 'span.update, span.Update'
     }
}
path: '^/\w+/\w+/$',
entryNodes: {
    'ul.Lnk li': {
        uri: 'a',
        title: 'a',
        container: 'span.update, span.Update'
     }
}

www.chikawatanabe.com external_link

by 近藤淳也 |
path: '.*',
entryNodes: {
    'div.blog': {
        uri: 'p.posted a',
        title: 'h3',
        container: 'h3'
    }
}

www.concorde.gr.jp external_link

by セコン |

はちぽち

path: '^/~hibiki/$',
entryNodes: {
    'div.entry-asset': { uri: 'div.asset-meta > a.permalink', title: 'h2 > a', container: 'h2' } 
}

はちぽち permalink

path: '^/~hibiki/hotchpotch/\d+/\d+/.+\.html',
entryNodes: { 
    'div.entry-asset': { uri: 'div.asset-meta > a.permalink', title: 'h1', container: 'h1' } 
}

www.cyzo.com external_link

by heaven2go |
path: '^/\d+/\d+/\w+\.html$',
entryNodes: { 
    'div.entry-asset': { uri: 'h2.entry-title a', title: 'h2.entry-title', container: 'h2.entry-title' }
} 

www.cyzowoman.com external_link

by heaven2go |
path: '^/\d+/\d+/\w+\.html$',
entryNodes: { 
    '.entrybodyHead': { uri: 'h2 a', title: 'h2', container: 'h2' }
}

www.discogs.com external_link

by OKAT |

release

 path: '^/release/.*$',
 entryNodes: { 
     'body': { uri: 'window.location', title: 'h1', container: 'h1' } 
 }

www.example.com external_link

by jkondolife |
path: '^/',
entryNodes: {
  'body': { uri: 'window.location', title: 'a', container: 'p:nth-child(2)' }
}

www.example.net external_link

by jkondolife |
path: '^/',
entryNodes: {
  'body': { uri: 'window.location', title: 'a', container: 'p:nth-child(2)' }
}

www.example.org external_link

by jkondolife |
path: '^/',
entryNodes: {
  'body': { uri: 'window.location', title: 'a', container: 'p:nth-child(2)' }
}

www.facebook.com external_link

by かずあき |
path: '^/.*',
entryNodes: {
  'div.storyInnerContent': {
    uri: 'span.uiStreamSource a',
    title: 'h6 span.messageBody',
    container: 'span.UIActionLinks'
  },
  'div.uiStreamSubstory': {
    uri: 'span.uiStreamSource a',
    title: 'h6 span.messageBody',
    container: 'span.UIActionLinks'
  }
}

www.feecle.jp external_link

by stjohnswood |


	

www.flickr.com external_link

by 近藤淳也 セコン |

Photo

path: '^/photos/[@\w-]+/\d+/$',
entryNodes: {
    '#photoswftd': {
        uri: 'window.location',
        title: 'h1',
        container: 'h1'
    }
}

PhotoStream

path: '^/photos/[@\w-]+/?',
entryNodes: {
    'td.PhotosColumn > table td': {
        uri: 'a:first-child',
        title: 'a:first-child img',
        container: 'p.Activity'
    }
}

Explorer

path: '^/explore/$', 
entryNodes: { 
    'div#Main': { uri: 'table.Interestingness > tbody > tr > td > a', title: 'table.Interestingness > tbody > tr > td > a > img', container: 'h1' } 
}

www.gizmodo.jp external_link

by Yuichirou |
path: '^/$|^/\d+/\d+/.*\.html$|^/mt/mt-search\.cgi$',
entryNodes: {
    'h2': {
        uri: 'a',
        title: 'parent',
        container: 'parent'
    }
}

www.google.co.jp external_link

by nmy セコン |

google 検索が重くなるので削除しました。

www.google.com external_link

by nmy セコン Hatena 4 U 若葉 |

Search Results

path: '^/search$',
entryNodes: {
	'div.g': {
		uri: 'a.l',
		title: 'a.l',
		container: 'h2.r'
	}
}

www.hamakei.com external_link

by AKIY |

トップ

path: '^/$',
 entryNodes: {
  'div.newest,div.item1,div.item2': { uri: 'h3 a', title: 'h3', container: 'p:last_child' },
  'li.arrow': { uri: 'a', title: 'a', container: 'parent' }
 }

ヘッドライン・特集一覧

path: '^/(headline|special)/archives/.+$',
 entryNodes: {
  'li.arrow': { uri: 'a', title: 'a', container: 'parent' }
 }

ニュース

path: '^/headline/\d+/index.html$',
 entryNodes: {
  'div#headline': { uri: 'document.location', title: 'h3', container: 'li#sbm' },
  'li.arrow': { uri: 'a', title: 'a', container: 'parent' }
 }

特集

path: '^/column/\d+/index.html$',
 entryNodes: {
  'div#column': { uri: 'document.location', title: 'h3', container: 'p' }
 }

www.hatena.ne.jp external_link

by trashsuite 若葉 |

Profile

path: '^/[a-zA-Z][a-zA-Z0-9_-]{1,30}[a-zA-Z0-9]/$',
entryNodes: {
  'div#header-body h1': {uri: 'window.location', title: 'parent', container: 'parent'}
}

FAQ

path: '^/faq/',
entryNodes: {
  'li.qaitem': {
    container: '.q p, .q',
    uri: 'a.q',
    title: 'a.q'
  }
}

www.hirokiazuma.com external_link

by tokada |
path: '^/archives/\w+.html$', entryNodes: { 'div.blog': { uri: 'window.location', title: 'h3', container: 'h3' } }

www.infoq.com external_link

by kakutani |

news (japanese translated)

path: '^/jp/news/', 
entryNodes: {
  'div.box-content-5': { uri: 'window.location', title: 'h1', container: 'p.info' }
}

www.iza.ne.jp external_link

by AKIY |
path: '^/news/newsarticle/',
 entryNodes: {
  'div#izanews_detail': { 
     uri: 'document.location',
     title: 'h2.contents_title',
     container: 'h2.contents_title'
  }
 }

www.j-cast.com external_link

by snitch |
path: '^/$',
entryNodes: {
    'div.text-column h3': {
        uri: 'a',
        title: 'a',
        container: 'a'
    }
}
path: '^/\d+/\d+/\d+\.html$',
entryNodes: {
    'div#entry h1': {
         uri: 'window.location',
         title: 'parent',
         container: 'parent'
    }
}

www.kanshin.com external_link

by AKIY |

ユーザーの空間

path: '^/user/\d+$', 
entryNodes: {
 'td.keyword': { uri: 'a', title: 'h3', container: 'ul.sub'},
 'div.entry': { uri: 'a', title: 'h4', container: 'h4' }
}

キーワード

path: '^/keyword/\d+$',
entryNodes: {
 'div.ColA': { uri: 'window.location', title: 'h1 ruby rb', container: 'h1' }
}

日記

path: '^/diary/\d+$',
entryNodes: {
 'div#entry': { uri: 'window.location', title: 'h2', container: 'h2' }
}

キーワード一覧

path: '^/keyword/$',
entryNodes: {
 'div.keyword': { uri: 'a', title: 'h2', container: 'ul' }
}

日記一覧

path: '^/diary/$',
entryNodes: {
 'div.entry': { uri: 'a', title: 'h2', container: 'ul' }
}

ユーザーのキーワード一覧

path: '^/user/\d+/keyword', 
entryNodes: {
 'td.keyword': { uri: 'a', title: 'h2', container: 'ul.sub'}
}

ユーザーの日記一覧

path: '^/user/\d+/diary', 
entryNodes: {
 'div.entry': { uri: 'a', title: 'h3', container: 'h3' }
}

コレクション

path: '^/collection/\d+$',
entryNodes: {
 'div#collection': { uri: 'document.location', title: 'h1', container: 'h1' }
}

コミュニティ

path: '^/community/\d+$', 
entryNodes: {
 'div.header': { uri: 'document.location', title: 'h1', container: 'h1' }
}

www.konami.jp external_link

by OKAT |

GF&DM V4

 path: '^/bemani/gfdm/gfdmv4/music/.*$',
 entryNodes: { 
     'div.entryBox': { uri: 'window.location', title: 'h3', container: 'h3' }
 }

www.mai-net.net external_link

by kagebane |

投稿掲示板

path: '^/bbs/sst/sst.php$', entryNodes: { 'tr.bgc': { uri: 'window.location', title: 'a', container: 'a' } } 

+2011-01-28 PVの後ろに★を付けるように変更

 何故か「更新(リロード)」で題名の後ろに来てしまう。

 左側の板名選択をするとPVの後ろに戻る

www.misuzilla.org external_link

by セコン |

blog

path: '^/blog/', 
entryNodes: { 
    'div.entry': { uri: 'h3 > a', title: 'h3 > a', container: 'h3:nth-child(1)' } 
}

www.mn-lab.jp external_link

by まな |

path: '^index.html$', entryNodes: { 'div.mybody': { uri: 'window.location', title: 'img', container: 'div.addstar' } }

www.moongift.jp external_link

by TheInelegance |

top

path: '^/$',
    entryNodes: {
        'div.entry': { uri: 'h2 a:nth-child(1)', title: 'h2', container: 'h2' }
}

archive

path: '^/\d{4}/\d{2}/$',
    entryNodes: {
        'div.entry': { uri: 'h2 a:nth-child(1)', title: 'h2', container: 'h2' }
}

category

path: '^/category/.*/$',
    entryNodes: {
        'div.entry': { uri: 'h2 a:nth-child(1)', title: 'h2', container: 'h2' }
}

entry

path: '^/\d{4}/\d{2}/\w+/$',
    entryNodes: {
        'div.entry': { uri: 'h2 a:nth-child(1)', title: 'h2', container: 'h2' }
}

www.mozilla-japan.org external_link

by AKIY |

Extension List

path: '^/addons/.+/extensions/.+$',
 entryNodes: {
  'div.corner-box dl dt': {
     uri: 'a',
     title: 'a',
     container: 'parent'
  }
 } 
dt要素の中なのがまずいのか、スターが巨大化してしまうので、無効にしておきます。

	

www.niconicommons.jp external_link

by Yuichirou |

作品ページ

path: '^/material/',
entryNodes: {
    '#index_content': {
        uri: 'window.location',
        title: 'h1',
        container: 'h1'
    }
}

ツリーページ

path: '^/tree/',
entryNodes: {
    '#tree_n p:last-child': {
        uri: 'a',
        title: 'parent',
        container: 'parent'
    }
}

一覧ページ(トップページ含む)

path: '^/$|^/\?t=|^/recent/',
entryNodes: {
    'div.cmn_thumb_frm': {
        uri: 'p.TXT12:first-child a',
        title: 'p.TXT12:first-child',
        container: 'p.TXT12:first-child'
    }
}

www.nicovideo.jp external_link

by nmy togeinu あっきぃ |
path: '^/watch/\w+',
entryNodes: {
	'div#WATCHHEADER': {
		uri: 'window.location',
		title: 'p.video_title',
		container: 'p.video_title'
	}
}

2010/10/16: titleとcontainerをh1からp.video_titleに変更

www.nikkansports.com external_link

by snitch |

Top Page

path: '^/$',
entryNodes: {
    'ul.newslist li': {
        uri: 'a',
        title: 'a',
        container: 'parent'
    }
}

Category Page

path: '^/[\w/]+top-\w+\.html$',
entryNodes: {
    'ul.newslist li': {
        uri: 'a',
        title: 'a',
        container: 'parent'
    }
}

Entry Page

path: '^/[\w/]+\w-[\w-]+\.html$',
entryNodes: {
    'div#news': {
        uri: 'window.location',
        title: 'h2',
        container: 'h2'
    }
}

www.shibukei.com external_link

by AKIY |

トップ

path: '^/$',
 entryNodes: {
  'div.newest,div.item1,div.item2': { uri: 'h3 a', title: 'h3', container: 'p:last_child' },
  'li.arrow': { uri: 'a', title: 'a', container: 'parent' }
 }

ヘッドライン・特集一覧

path: '^/(headline|special)/archives/.+$',
 entryNodes: {
  'li.arrow': { uri: 'a', title: 'a', container: 'parent' }
 }

ニュース

path: '^/headline/\d+/index.html$',
 entryNodes: {
  'div#headline': { uri: 'document.location', title: 'h3', container: 'li#sbm' },
  'li.arrow': { uri: 'a', title: 'a', container: 'parent' }
 }

特集

path: '^/column/\d+/index.html$',
 entryNodes: {
  'div#column': { uri: 'document.location', title: 'h3', container: 'p' }
 }

www.slideshare.net external_link

by bizarre_sprout tomity |
path: '^/[^/]*/[^/]*/$',
entryNodes: {
    'div.zingedright': {
        uri: 'window.location',
        title: 'h3',
        container: 'h3'
    }
}

www.st.ryukoku.ac.jp external_link

by snitch |
path: '^/~kjm/security/memo/',
entryNodes: {
    'h3': {
        uri: 'a:nth-child(1)',
        title: 'a:nth-child(2)',
        container: 'parent'
    },
    'li p': {
        uri: 'a.nu',
        title: 'a:nth-child(2)',
        container: 'parent'
    }
}

www.tez.com external_link

by otsune |

blog entry

path: '^/blog/archives/\d+\.html',
entryNodes: {
    'div.entry': {
        uri: 'p.entry-footer a:first-child',
        title: 'h3.entry-header',
        container: 'h3.entry-header'
    }
}

blog index

path: '^/blog/',
entryNodes: {
    'div.entry': {
        uri: 'p.entry-footer a:first-child',
        title: 'h3.entry-header',
        container: 'h3.entry-header'
    }
}

www.tinami.com external_link

by 若葉 |

Permalink

path: '^/view/\d+$',
entryNodes: {
  '.viewdata': {
    uri: 'window.location',
    title: 'h1 span',
    container: 'h1'
  }
}

Lists

path: '^/search/',
entryNodes: {
  '.result_list td': {
    uri: 'a',
    title: '.title span',
    container: '.capt'
  }
}

www.trick7.com external_link

by セコン |
path: '^/blog/\d+/\d+/.+.php$',
entryNodes: {
    'div#main': {
        uri: 'window.location',
        title: 'h1',
        container: 'h1'
    }
}
path: '^/blog/$',
entryNodes: {
    'div.entry': {
        uri: 'h2 > a',
        title: 'h2',
        container: 'h2'
    }
}

www.tsukimizake.com external_link

by Lam.(今際らむ) |

緊急避難措置

path: '^/.*\.htm$',
entryNodes: {
    '#HATENA': {
        uri: 'document.location',
        title: 'document.title',
        container: 'span.hatena-star'
    }
}

www.vividsolutions.com external_link

by hfu |

JTS Topology Suite API

http://www.vividsolutions.com/jts/javadoc/index.html

*for classes and interfaces

path: '^/jts/javadoc/.*/(?!package-frame)',
entryNodes: {
    'body': {
        uri: 'document.location',
        title: 'pre:first-child b',
        container: 'h2'
    }
}

*for packages

path: '^/jts/javadoc/overview-frame.html$',
entryNodes: {
    'font.FrameItemFont': {
        uri: 'a',
        title: 'a',
        container: 'a'
    }
}

www.youtube.com external_link

by nmy snitch Yuichirou Hatena 4 U 若葉 |
path: '^/watch?',
entryNodes: {
	'div#baseDiv': {
		uri: 'window.location',
		title: '#vidTitle',
		container: '#vidTitle'
	}
}

www3.nhk.or.jp external_link

by 若葉 |
entryNodes: {
  '#news_main': {
    'title': 'h1',
    'uri': 'window.location',
    'container': 'h1'
  },
  '#news_syuyo div': {
    'title': 'a',
    'uri': 'a',
    'container': 'a'
  }
}

xxxzon.com external_link

by Xaflam |

XxxZon Adult Website to Watch Videos and Movies Online Tube

yaplog.jp external_link

by セコン づんじ |

yurisii

path: '^/yurisii/$',
entryNodes: { 
    'div.entry': { uri: 'h3 > a', title: 'h3 > a', container: 'h3'}
}

yurisii::permalink

path: '^/yurisii/archive/\d+$', 
entryNodes: { 
    'div.entry': { uri: 'window.location', title: 'h3', container: 'h3' } 
}

strawberry2

path: '^/strawberry2/(archive/\d+)?$', entryNodes: { 'div.entry': { uri: 'h2 > a', title: 'h2 > a', container: 'h2' } }

path: '^/[\w-]+/archive/\d+$',
entryNodes: {
    'div.entry_title h2, div.entry_title h3, div.blog_title h2, td.entry_bgmain h2': {
        uri: 'window.location',
        title: 'parent',
        container: 'parent'
    }
}
path: '^/[\w-]+/($|\d+$|category|daily|monthly)',
entryNodes: {
    'div.entry_title h2, div.entry_title h3, div.blog_title h2, td.entry_bgmain h2': {
        uri: 'a',
        title: 'parent',
        container: 'parent'
    }
}

youtube.com external_link

by snitch weddingER123 若葉 |
path: '^/watch?',
entryNodes: {
	'div#baseDiv': {
		uri: 'window.location',
		title: '#vidTitle',
		container: '#vidTitle'
	}
}