tor-browser

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

popover-root-crash.html (185B)


      1 <!doctype html>
      2 <script>
      3  window.addEventListener("load", async () => {
      4    document.documentElement.popover = "manual"
      5    document.documentElement.togglePopover(true)
      6  })
      7 </script>