Hidden notify button in hatena global header

    @@ -1,10 +1,10 @@ /* * @title Hidden notify button in hatena global header - * @description my bookmarklet + * @description Oh... * @license MIT License - * @include http://*.hatena.ne.jp/* - * @include http://*.hatena.com/* + * @include http://*hatena.ne.jp/* + * @include http://*hatena.com/* */ var notify = document.getElementById('header-notify'); -notify.innerHTML(''); +notify.innerHTML = '';
  • /*
     * @title Hidden notify button in hatena global header
     * @description Oh...
     * @license MIT License
     * @include http://*hatena.ne.jp/*
     * @include http://*hatena.com/*
     */
    
    var notify = document.getElementById('header-notify');
    notify.innerHTML = '';
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2011/08/03 12:18:51 - 2011-08-03
  2. 2011/08/03 12:12:50 - 2011-08-03