tor-browser

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

null-node.html (247B)


      1 <!DOCTYPE html>
      2 <style>
      3 ::-webkit-scrollbar-track, ::-webkit-scrollbar {
      4  color: red;
      5 }
      6 ::-webkit-scrollbar-track:horizontal:disabled {
      7  content-visibility: hidden;
      8 }
      9 </style>
     10 <main style="height: 100px; width: 100px; overflow: scroll;"></main>