Skip to content

Instantly share code, notes, and snippets.

@old-horizon
Created August 16, 2014 10:54
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 old-horizon/0d26ebf8e82571d7c5c0 to your computer and use it in GitHub Desktop.
Save old-horizon/0d26ebf8e82571d7c5c0 to your computer and use it in GitHub Desktop.
画像付きツイートのPermalinkで実行すると別タブで画像を開くBookmarklet
javascript:$('.media-thumbnail').map(function(){window.open($(this).attr('data-url').replace(':large',':orig'))});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment