tor-browser

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

1331291-1.html (210B)


      1 <!DOCTYPE html>
      2 <html>
      3 <style>
      4 @import url(subdir/sheet.css);
      5 </style>
      6 <script>
      7 document.styleSheets[0].cssRules[0].styleSheet
      8  .insertRule("* { background: url(1x1-green-in-subdir.png) red; }", 0);
      9 </script>