tor-browser

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

827591-1.html (215B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <style>
      5 
      6 @page {}
      7 
      8 </style>
      9 <script>
     10 
     11 function boom()
     12 {
     13  document.styleSheets[0].cssRules[0].style.paddingLeft = "initial";
     14 }
     15 
     16 </script>
     17 </head>
     18 <body onload="boom();"></body>
     19 </html>