Skip to content

Instantly share code, notes, and snippets.

@tarmann
Created October 22, 2013 12:31
Show Gist options
  • Save tarmann/7099808 to your computer and use it in GitHub Desktop.
Save tarmann/7099808 to your computer and use it in GitHub Desktop.
Bookmarklet for Mailinator accounts
javascript: (function () {
var user = prompt('What user account you want to access?', 'defaultUser');
window.location.href = 'http://mailinator.com/inbox.jsp?to=' + user;
}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment