tor-browser

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

popup_blocker2.html (262B)


      1 <!doctype html>
      2 <html>
      3  <head>
      4    <meta charset="UTF-8">
      5    <title>Page creating a popup</title>
      6  </head>
      7  <body>
      8    <button id="pop" onclick='window.setTimeout(() => {window.open("popup_blocker_a.html", "a");}, 10);'>Open Popup</button>
      9  </body>
     10 </html>