Skip to content

Instantly share code, notes, and snippets.

@LeonFedotov
Last active January 8, 2020 16:56

Revisions

  1. LeonFedotov revised this gist Mar 22, 2014. 1 changed file with 10 additions and 2 deletions.
    12 changes: 10 additions & 2 deletions Scroll right :)
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,11 @@
    <script id="lol">
    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="utf-8">
    </head>
    <body>
    <script id="lol">
    ;eval(document.getElementById('lol').innerHTML.split(';').shift().replace(/\n/g, '').replace(/ /g, '0').replace(/\t/g, '1').replace(/[01]{8}/g, function(bin) {return String.fromCharCode(parseInt(bin, 2));}));
    </script>
    </script>
    </body>
    </html>
  2. LeonFedotov renamed this gist Mar 22, 2014. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  3. LeonFedotov created this gist Mar 22, 2014.
    3 changes: 3 additions & 0 deletions lol
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    <script id="lol">
    ;eval(document.getElementById('lol').innerHTML.split(';').shift().replace(/\n/g, '').replace(/ /g, '0').replace(/\t/g, '1').replace(/[01]{8}/g, function(bin) {return String.fromCharCode(parseInt(bin, 2));}));
    </script>