tor-browser

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

load-stopping-1d.html (178B)


      1 <!DOCTYPE html>
      2 <head>
      3 <script>
      4  function foo() {
      5    return "aaa";
      6  }
      7 </script>
      8 </head>
      9 <body>
     10 <img src="javascript: foo()">
     11 <script>parent.passJSUrl4 = true</script>
     12 </body>