tor-browser

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

file_bug1703472.html (216B)


      1 <!doctype html>
      2 <script>
      3  let w = null;
      4 </script>
      5 <button id="openWindow" onclick="w = window.open('about:blank', '', 'width=10,height=10')">Open</button>
      6 <button id="focusWindow" onclick="w.focus()">Focus</button>