@yuta0801/get-arrested

1.0.0 • Public • Published

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>

Readme

Keywords

Package Sidebar

Install

npm i @yuta0801/get-arrested

Weekly Downloads

0

Version

1.0.0

License

Unlicense

Unpacked Size

1.48 kB

Total Files

3

Last publish

Collaborators

  • yuta0801