726376-1.html 80 B

12345678
  1. <script>
  2. var a = [];
  3. a[0] = a;
  4. indexedDB.cmp.bind(indexedDB)(a, a);
  5. </script>