Skip to content

Instantly share code, notes, and snippets.

@mmertsock
Created August 4, 2016 20:36
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 mmertsock/3c3b9094963aec4324fbf02453bbc177 to your computer and use it in GitHub Desktop.
Save mmertsock/3c3b9094963aec4324fbf02453bbc177 to your computer and use it in GitHub Desktop.
<html>
<body>
<h2>Bookmarklets</h2>
<p>
Golden cookie alert:
<a href="javascript:window.shc=3;setInterval(function(){if(Game.shimmers.length>0){if(shc&gt;0){var v=Game.volume;Game.volume=100;PlaySound('snd/pop'+(shc--)+'.mp3');Game.volume=v;}}else{shc=3;}},1e3);">here is your bookmarklet</a>
</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment