tor-browser

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

dynamicDirAuto-addRTL-Auto.html (318B)


      1 <!DOCTYPE HTML>
      2 <html>
      3  <head>
      4    <meta charset="utf-8">
      5    <title>Set and unset dir="auto"</title>
      6    <script type="text/javascript" src="setDir.js"></script>
      7    <style>
      8     textarea { resize: none; }
      9    </style>
     10  </head>
     11  <body onload="addRTLAutoElements()">
     12   <div id="container"></div>
     13  </body>
     14 </html>