tor-browser

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

1181619.html (344B)


      1 <!DOCTYPE html>
      2 <body>
      3  <script>
      4    var obs = new MutationObserver(function() {
      5      // Just need something here to assert exception is not pending.  Any
      6      // binding method will do.
      7      console.log("hello");
      8    });
      9    obs.observe(document.body, { childList: true });
     10  </script>
     11  <script>
     12    noSuchMethodYo();
     13  </script>
     14 </body>