現在のページを【選択文字+タイトル+URL】でTweetbot for Mac OS XのNew Tweetで開く
by
japanetfutan
2015-07-30 [2015/07/30 10:28:23]
選択文字がない場合は,タイトル+URLのみ
/*
* @title 現在のページを【選択文字+タイトル+URL】でTweetbot for Mac OS XのNew Tweetで開く
* @description 選択文字がない場合は,タイトル+URLのみ
* @include
* @license MIT License http://opensource.org/licenses/MIT
* @require
*/
javascript:var v='';v=window.getSelection()==''?'':window.getSelection()+' "';window.location='tweetbot:///post?text='+encodeURIComponent(v+document.title+' '+window.location.href);
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。