Comment by [deleted] on 01/04/2019 at 16:56 UTC

5 upvotes, 2 direct replies (showing 2)

View submission: The game rules

considering the schematics and the function names, I assume we're making silent films.

Replies

Comment by andreaslordos at 01/04/2019 at 17:06 UTC

11 upvotes, 2 direct replies

A look at the code says we are. If you beautify it using this site[1], copy paste the output in Notepad++ and scroll down to line 1347 you will see this line of code:

1: https://beautifier.io/

```
s = document.createElement("video"), s.setAttribute("autoplay", "autoplay"), s.setAttribute("playsinline", "playsinline"), s.setAttribute("loop", "loop"), s.setAttribute("muted", "muted"), s.setAttribute("height", r.height), s.setAttribute("width", r.width);
```

Notice the **s.setAttribute("muted","muted")**

There's also a couple of hits in the code if you do Ctrl+F and search for "mime"

Comment by cynerb at 01/04/2019 at 17:03 UTC

2 upvotes, 0 direct replies

mime-movies :P