以下のスクリプトを、HootSuiteをブラウザで開いた状態で、アドレスバーにコピペして、エンターキーを押し「fix!」と表示されればOK。
HootSuiteで「Send Now」ボタンを押したときに、必ず最初の1つ目のアカウントを選択してから投稿するようになります。(逆に選ぶことはできなくなります)
あと「Send Now」をクリックする代わりに、テキストボックスの中で、Shift+Enterキーを押すと投稿できるようにしました。
HootSuiteを開くたびに実行する必要があります。
ブラウザのブックマークのURLとして登録することで、クリックひとつでfix!できます。
javascript:(function(){var f=createMessage;createMessage=function(){var u=$("._multiImgSelectorContainer a._selectAll").closest("._multiImgSelectorContainer").find("._imageCheckboxes a._imageLink:first");if(u)u.addClass("selected");f()};$("#messageBoxMessage").live("keydown", function(e){if(e.keyCode==13 && e.shiftKey)createMessage();});alert("fix!");})();
ついでに宣伝。
http://www.seatnext.com/
と、
Chrome用ユーザースクリプト。 http://civic.xrea.jp/2009/11/26/hootsuite-userscript/
もよろしく!
@civic
This is a longer-than-140-character tweet stored on Tiny Message server. If you want to use this service, click here.