Skip to content

Instantly share code, notes, and snippets.

@yamamaya
Created April 24, 2017 11:54
Show Gist options
  • Save yamamaya/2e426d1fca577b2c7a36798ad78a58a6 to your computer and use it in GitHub Desktop.
Save yamamaya/2e426d1fca577b2c7a36798ad78a58a6 to your computer and use it in GitHub Desktop.
TweetDeckとTwitter webで画像を拡大表示するブックマークレット
javascript:(function(){var%20s=document.querySelector(".media-img");if(!s){s=document.querySelector(".media-image");}s=s.src.replace(":small",":large");window.open(s);})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment