ツイートじゃなくてHaiku!がしたい
by
mino90
2012-09-24 [2012/09/24 02:08:25]
ツイートボタンのアレのページからハイクに飛ぶ
@@ -1,7 +1,7 @@
/*
* @title ツイートじゃなくてHaiku!がしたい
* @description ツイートじゃなくてHaiku!がしたいんだよ。
- * @include ttps://twitter.com/intent/tweet?*
+ * @include https://twitter.com/intent/tweet?*
* @license MIT License
*/
/*
* @title ツイートじゃなくてHaiku!がしたい
* @description ツイートじゃなくてHaiku!がしたいんだよ。
* @include https://twitter.com/intent/tweet?*
* @license MIT License
*/
(function(){
var a;
if (document.forms['update-form'].elements['url']===void 0){a=''
}else{
a='&word='+encodeURIComponent(document.forms['update-form'].elements['url'].value);}
location.href='http://h.hatena.ne.jp/?_charset_=utf-8&body='+encodeURIComponent(document.forms['update-form'].elements['text'].value)+a;
})();
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。