tor-browser

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

current-document-domain.sub.html (176B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>Current page used as a test helper</title>
      4 
      5 <h1>Current</h1>
      6 
      7 <script>
      8 "use strict";
      9 document.domain = "{{hosts[][]}}";
     10 </script>