tor-browser

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

responsive-image-select-print-ref.html (169B)


      1 <!DOCTYPE html>
      2 <style>
      3  :root {
      4    print-color-adjust: exact;
      5  }
      6 </style>
      7 <body>
      8  <div style="width: 200px; height: 200px; background-color: green;"></div>
      9 </body>