tor-browser

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

1472020.html (310B)


      1 <style>
      2 body { display:contents }
      3 </style>
      4 <object id="a"></object>
      5 <script>
      6  document.body.offsetHeight;
      7  document.getElementById("a").style.cssText="display:table-column-group"
      8  document.body.offsetHeight;
      9  document.body.style.cssText="scroll-snap-destination:6%"
     10  document.body.offsetHeight;
     11 </script>