Skip to content

Instantly share code, notes, and snippets.

@pazworld
Last active October 21, 2022 09:19
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 pazworld/4290098 to your computer and use it in GitHub Desktop.
Save pazworld/4290098 to your computer and use it in GitHub Desktop.
This bookmarklet shows list of messages in inbox of Gmail which sender is same to the message currently shown.このブックマークレットはGmailで現在表示しているメッセージと同じ送信者から来た受信トレイにあるメッセージをリストで表示します。http://d.hatena.ne.jp/paz3/20120911/1347341170
javascript:(function(){var es=document.getElementsByClassName("gD");if(es.length==0)return;var e=es[0].getAttribute("email");window.location.href='/mail/u/0/#search/in%3Ainbox+from%3A'+e;})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment