Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save superangetrox/05a3dc9014d3080cce3bd73405f968f1 to your computer and use it in GitHub Desktop.
Save superangetrox/05a3dc9014d3080cce3bd73405f968f1 to your computer and use it in GitHub Desktop.
tweetdeck-limit-override.js
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}});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment