tor-browser

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

destination.html (114B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 
      4 <script>
      5 "use strict";
      6 
      7 opener.postMessage("destination", "*");
      8 </script>