tor-browser

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

incumbent-document-domain.sub.html (288B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>Incumbent page used as a test helper</title>
      4 
      5 <h1>Incumbent</h1>
      6 
      7 <script>
      8 "use strict";
      9 document.domain = "{{hosts[][]}}";
     10 
     11 window.createBroadcastChannel = (...args) => {
     12  return new parent.frames[1].BroadcastChannel(...args);
     13 };
     14 </script>