tor-browser

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

document-domain-setter.html (160B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>Helper page that sets document.domain</title>
      4 <script>
      5 "use strict";
      6 document.domain = document.domain;
      7 </script>