Get arrested
This project is freely inspired from hamukazu/lets-get-arrested and anjaraeu/get-arrested. But now it is a npm module can be executed in the browser!
If you don't know that, a Japanese schoolgirl was caught by the police for putting a link to a website with an endless loop of alert in JavaScript like this:
while (1) {
alert("!");
}
So this is regarded as a "crime" in Japan. So let's be criminals and get arrested!
Enjoy your new criminal life!
Get started quickly!
Download
Download arrest.js and put it same directory then add this in your html.
<script src="./arrest.js"></script>
<script>
getArrest();
// or getArrest('any message');
</script>