bookmarklet
by
mafucode
2013-04-22 [2013/04/22 19:32:56]
my bookmarklet
-
/*
* @title bookmarklet
* @description my bookmarklet
* @include http://www.pixiv.net*
* @license MIT License
* @require
*/
setTimeout((function(){
(function() {
var s = document.createElement('script');
s.charset = 'UTF-8';
s.src = 'http://s.hatena.ne.jp/js/Hatena/Star/SiteConfigGenerator.js';
document.body.appendChild(s);
})();
if(location.pathname.match(/^\/member_illust.php$/)){
scg.entryNode('#wrapper div.layout-body div.layout-a div.layout-column-2 div._unit')
scg.container('h1.title')
scg.title('h1.title')
scg.loadStar()
scg.allClearCSSs()
}
}),5000);
-
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。