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