tor-browser

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

showmodal-frame.html (127B)


      1 <!doctype html>
      2 
      3 <dialog id="dialog"></dialog>
      4 
      5 <script>
      6 dialog.showModal();
      7 window.onload = parent.parent.loaded();
      8 </script>