Skip to content

Instantly share code, notes, and snippets.

@polikeiji
Created July 12, 2014 19:37
Show Gist options
  • Save polikeiji/92b9b99a5263c73c7874 to your computer and use it in GitHub Desktop.
Save polikeiji/92b9b99a5263c73c7874 to your computer and use it in GitHub Desktop.
Twitterのフォロワー一覧のプロフ画像の解像度をあげるブックマークレット
javascript: $(".ProfileCard-avatarImage").each(function() { $avatarImg = $(this); $avatarImg.attr("src", $avatarImg.attr("src").replace("_bigger", "_400x400")); });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment