tor-browser

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

1676301-1.html (316B)


      1 <style>
      2 #a { max-width: 1 }
      3 </style>
      4 <script>
      5 function go() {
      6  a.value = ">"
      7  a.selectionDirection = "foo"
      8  b.requestFullscreen()
      9  document.createElement("body").onresize = () => { a.selectionEnd = 0 }
     10  setTimeout(window.close, 100)
     11 }
     12 </script>
     13 <body onload=go()>
     14 <textarea id="a"></textarea>
     15 <ol id="b">
     16 <div>