B☆KUMA
by
yuta25
2014-12-10 [2014/12/10 14:11:22]
"がんばる私"に、ちょっと☆★☆★
@@ -15,7 +15,7 @@
clearInterval(time);
loadStar();
}
- }, 300);
+ }, 1000);
function loadStar() {
Hatena.Star.SiteConfig = {
entryNodes: {
/*
* @title B☆KUMA
* @description "がんばる私"に、ちょっと☆★☆★
* @include http://bkuma.hatena.ne.jp/entry/*
* @license MIT License
* @require
*/
(function() {
function main () {
var Hatena = null;
var time = setInterval(function() {
if (window.Hatena) {
Hatena = window.Hatena;
clearInterval(time);
loadStar();
}
}, 1000);
function loadStar() {
Hatena.Star.SiteConfig = {
entryNodes: {
'ul.bookmark-list li': {
container: "span.starContainer",
title: "span.comment",
uri: "a.username"
}
}
};
Hatena.Star.EntryLoader.loadEntries = null;
Hatena.Star.EntryLoader();
}
}
var script = document.createElement('script');
script.textContent = '(' + main.toString() + '());';
document.body.appendChild(script);
}());
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。