qrtr

joined 1 year ago
[–] qrtr@lemmy.ml 22 points 1 year ago (1 children)

Nice

    <script type="text/javascript"> 
      //Technically, this will be accurate...
      try {
        document.write("NO");
      } catch(err) {
        document.write("YES");
      }
    </script>