Reload Hatena::Star

  • /*
     * @title Reload Hatena::Star
     * @description Reload all Hatena::Star without page refreshing
     * @include http://*.hatena.ne.jp
     */
    
    (function(){
    	Ten.DOM.getElementsByTagAndClassName("span", "hatena-star-comment-container").forEach(function (i) {
    		i.parentNode.removeChild(i)
    	});
    	Ten.DOM.getElementsByTagAndClassName("span", "hatena-star-star-container").forEach(function (i) {
    		i.parentNode.removeChild(i)
    	});
    	new Hatena.Star.EntryLoader()
    })();
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2010/05/15 17:14:06 - 2010-05-15
  2. 2010/05/15 15:45:19 - 2010-05-15