tor-browser

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

1555142.html (256B)


      1 <style>
      2 #a {
      3  display: -webkit-inline-box;
      4  -webkit-box-orient: vertical;
      5  -webkit-line-clamp: 1;
      6  width: 0;
      7 }
      8 span {
      9  display: inline-block;
     10  width: 10px;
     11  height: 10px;
     12 }
     13 </style>
     14 <body onload="b.remove()">
     15 <div id="a"><span id="b"></span>x</div>