Skip to content

Instantly share code, notes, and snippets.

@okanon
Last active October 15, 2017 16:11
Show Gist options
  • Save okanon/e9198fcfc46f14527a84614fd50a8b16 to your computer and use it in GitHub Desktop.
Save okanon/e9198fcfc46f14527a84614fd50a8b16 to your computer and use it in GitHub Desktop.
iPhoneでもTweetDeckで280文字のツイート
javascript:(function(){TD.services.TwitterClient.prototype.makeTwitterCall=function(b,e,f,g,c,d,h){c=c||function(){};d=d||function(){};b=this.request(b,{method:f,params:Object.assign(e,{weighted_character_count:!0}),processor:g,feedType:h});return b.addCallbacks(function(a){c(a.data)},function(a){d(a.req,"",a.msg,a.req.errors)}),b};twttrTxt=Object.assign({},twttr.txt,{isInvalidTweet:function(){return!1},getTweetLength:function(){return twttr.txt.getTweetLength.apply(this,arguments)-140}})})()
@okanon
Copy link
Author

okanon commented Sep 28, 2017

上記のjavascriptコードをiPhoneのブックマークに登録し、Tweet Deckを開いた状態でブックマークしたスクリプトを実行(ブックマークをタップ)してください。
ブックマークへの登録方法と使い方はこちらのツイートをご覧ください。
iPhoneの場合、ここからスクリプトをコピーしてください

Special Thanks : juliette

@okanon
Copy link
Author

okanon commented Oct 15, 2017

この方法は修正されて現在は使えません 2017-10-16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment