Skip to content

Instantly share code, notes, and snippets.

@ShogunPanda
Last active August 29, 2015 14:01
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 ShogunPanda/70aadb332acfe5cbdb7c to your computer and use it in GitHub Desktop.
Save ShogunPanda/70aadb332acfe5cbdb7c to your computer and use it in GitHub Desktop.
Bookmarklets
<!doctype html>
<html>
<head>Applause Bookmarklet</head>
<body>
<h1>Applause Bookmarklet</h1>
<h2><a href="javascript: (function(){var id=prompt('Enter the Applause bug ID'); if(id && id.length > 0) window.open('https://my.applause.com/u/a#!&view=issues&subview=issues&bugId=' + id, '_blank'); })();">Open a Bug</a></h2>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment