tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

1362423-1.html (365B)


      1 <!DOCTYPE html>
      2 <head>
      3  <style>
      4    * {
      5      unicode-bidi: bidi-override;
      6      column-width: 1px;
      7      height: 1px;
      8    }
      9    *::first-letter { unicode-bidi: auto; }
     10  </style>
     11  <script>
     12    o1 = document.createElement('div');
     13    o1.innerText = "0\u202A\uD843\uDFF30\u8F4F\DFC\u5DFC9\u0669u";
     14    document.documentElement.appendChild(o1);
     15  </script>
     16 </head>