Haiku! Twitter連携

  • /*
     * @title Haiku! Twitter連携
     * @description はてなのサービス内で連携しているTwitterアカウントにもHaiku!がツイートされます。(ヘルプにも載ってない機能なので廃止されても知らない。)
     * @include http://h.hatena.ne.jp/*
     * @license MIT License
     */
    (function(){
    var a=document.createElement('span');
    a.innerHTML='<label><input type=checkbox name="post_to_twitter" checked>Twitter</label>';
    document.getElementsByClassName('entry-form')[0].getElementsByClassName('button-container')[0].appendChild(a);
    })();
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2017/03/30 23:48:40 - 2017-03-30
  2. 2017/03/30 23:47:17 - 2017-03-30
  3. 2017/03/30 23:46:13 - 2017-03-30
  4. 2017/03/30 23:43:37 - 2017-03-30
  5. 2012/04/13 03:00:27 - 2012-04-13
  6. 2012/04/06 20:31:20 - 2012-04-06
  7. 2012/04/06 01:34:37 - 2012-04-06
  8. 2012/04/06 01:31:06 - 2012-04-06
  9. 2012/04/06 01:24:51 - 2012-04-06
  10. 2012/04/06 01:24:16 - 2012-04-06
  11. 2012/04/06 01:23:52 - 2012-04-06