tor-browser

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

printpreview_quirks.html (161B)


      1 <!doctype html>
      2 <meta charset="utf-8">
      3 <style>
      4  .HiDdEn { display: none }
      5 </style>
      6 <body class="hidden">
      7  Some content that I should be able to print.
      8 </body>