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 です。

History

  1. 2013/04/22 19:32:56 - 2013-04-22
  2. 2013/04/22 19:32:36 - 2013-04-22
  3. 2013/04/22 19:30:57 - 2013-04-22
  4. 2013/04/22 19:28:45 - 2013-04-22
  5. 2013/04/04 15:55:52 - 2013-04-04