Skip to content

Instantly share code, notes, and snippets.

@kgtkr
Last active September 27, 2017 12:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kgtkr/8f21c5400951db1687bfb67b2f2e76a5 to your computer and use it in GitHub Desktop.
Save kgtkr/8f21c5400951db1687bfb67b2f2e76a5 to your computer and use it in GitHub Desktop.
限界突破

使い方

  1. javascript:を先頭に付けてブックマークに登録
  2. 140文字以上入力
  3. さっき登録したブックマークをクリック
if(!window.ex280tweetXHRSend){
window.ex280tweetXHRSend=XMLHttpRequest.prototype.send;
XMLHttpRequest.prototype.send=function(...params){
params[0]=params[0]+"&weighted_character_count=true";
window.ex280tweetXHRSend.apply(this,params)
}
}
document.querySelector("div.modal-content .tweet-action").disabled=false;
document.querySelector("div.modal-content .tweet-action").click();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment