Haiku! Twitter連携
by
mino90
2017-03-30 [2017/03/30 23:48:40]
はてなのサービス内で連携しているTwitterアカウントにもHaiku!がツイートされます。(ヘルプにも載ってない機能なので廃止されても知らない。)
@@ -1,6 +1,6 @@
/*
* @title haiku Twitter連携
- * @description
+ * @description はてなのサービス内で連携しているTwitterアカウントにもHaiku!がツイートされます。
* @include http://h.hatena.ne.jp/*
* @license MIT License
*/
/*
* @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 です。