tor-browser

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

1404324-3.html (216B)


      1 <style>
      2 del {
      3  position: absolute;
      4 }
      5 
      6 body::first-line {
      7  color: red;
      8 }
      9 </style>
     10 <del></del>
     11 <script>
     12  document.documentElement.offsetTop;
     13  document.styleSheets[0].cssRules[0].style.position = 'sticky'
     14 </script>