tor-browser

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

viewport-scrollbar-color-change-ref.html (157B)


      1 <!DOCTYPE html>
      2 <html>
      3 <style>
      4  html {
      5    overflow: scroll;
      6    scrollbar-color: green green;
      7  }
      8 </style>
      9 <div style="width: 200vw; height: 200vh"></div>