Created
April 24, 2017 11:54
-
-
Save yamamaya/2e426d1fca577b2c7a36798ad78a58a6 to your computer and use it in GitHub Desktop.
TweetDeckとTwitter webで画像を拡大表示するブックマークレット
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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