Skip to content

Instantly share code, notes, and snippets.

@kk6
Created March 11, 2016 08:40
Show Gist options
  • Save kk6/521556a824ea43af54a4 to your computer and use it in GitHub Desktop.
Save kk6/521556a824ea43af54a4 to your computer and use it in GitHub Desktop.
twitterのプロフィールページで実行すると投稿画像グリッド表示してくれるやつ
javascript:var arr=document.location.href.split('/');var name=arr[arr.length-1];var url='https://twitter.com/search?f=images&vertical=default&q=from%3A'+name+'&src=typd';document.location.href=url;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment