tor-browser

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

popup_blocker.html (286B)


      1 <!doctype html>
      2 <html>
      3  <head>
      4    <meta charset="UTF-8">
      5    <title>Page creating two popups</title>
      6  </head>
      7  <body>
      8    <script type="text/javascript">
      9      window.open("popup_blocker_a.html", "a");
     10      window.open("popup_blocker_b.html", "b");
     11    </script>
     12  </body>
     13 </html>