Skip to content

Instantly share code, notes, and snippets.

@pazworld
Created December 15, 2012 01:43
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/4290437 to your computer and use it in GitHub Desktop.
Save pazworld/4290437 to your computer and use it in GitHub Desktop.
This bookmarklet shows list of messages in inbox of Gmail those subject contain specified string. このブックマークレットはGmailの受信トレイにある、タイトルに指定された文字列を含むメッセージをリストで表示します。 http://d.hatena.ne.jp/paz3/20121010/1349849858
javascript:(function(){var%20s=window.prompt("%E3%82%BF%E3%82%A4%E3%83%88%E3%83%AB%E3%81%AE%E4%B8%80%E9%83%A8%E3%82%92%E5%85%A5%E5%8A%9B%E3%81%97%E3%81%A6%E3%81%8F%E3%81%A0%E3%81%95%E3%81%84%E3%80%82");if(!s)return;document.getElementById("gbqfq").value="in:inbox%20subject:"+s;document.getElementById("gbqfb").click();})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment