tor-browser

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

incumbent.html (235B)


      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 
     10 window.createMessageChannel = () => {
     11  return new parent.frames[1].MessageChannel();
     12 };
     13 </script>