bookmarklet
by
mafucode
2013-04-06 [2013/04/06 19:08:50]
my bookmarklet
-
/*
* @title bookmarklet
* @description my bookmarklet
* @include http://*
* @license MIT License
* @require
*/
(function(){
stid=setTimeout(function(){
if(Hatena.Star.SiteConfig.entryNodes){
Hatena.Star.SiteConfig={path: '^/member_illust\.php$',
entryNodes: {
'#wrapper div.layout-body div.layout-a div.layout-column-2 div._unit': {
uri: 'window.location',
title: '#wrapper div.layout-body div.layout-a div.layout-column-2 div._unit section.work-info h1.title',
container: '#wrapper div.layout-body div.layout-a div.layout-column-2 div._unit section.work-info h1.title'
}
}}
}
},300);})();
-
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。