Skip to content

Instantly share code, notes, and snippets.

@taka2
Created July 16, 2009 06:35
Show Gist options
  • Select an option

  • Save taka2/148264 to your computer and use it in GitHub Desktop.

Select an option

Save taka2/148264 to your computer and use it in GitHub Desktop.
<html>
<head>
<script type="text/javascript" src="http://s.hatena.ne.jp/js/HatenaStar.js"></script>
<script type="text/javascript">
Hatena.Star.SiteConfig = {
entryNodes: {
'div.section': {
uri: 'h3 a',
title: 'h3',
container: 'h3'
}
}
};
</script>
</head>
<body>
<div class = "section">
<h3><a href = "http://www5b.biglobe.ne.jp/~taka_2/index.html">あああ</a></h3>
</div>
<div class = "section">
<h3><a href = "http://www5b.biglobe.ne.jp/~taka_2/index.html">いいい</a></h3>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment