tor-browser

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

test-location-debugger-link.html (686B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3  <head>
      4    <meta charset="utf-8">
      5    <title>Web Console test for opening JS/Console call Links in Debugger</title>
      6 <!-- Any copyright is dedicated to the Public Domain.
      7     http://creativecommons.org/publicdomain/zero/1.0/ -->
      8    <script type="text/javascript" src="test-location-debugger-link-errors.js"></script>
      9    <script type="text/javascript" src="test-location-debugger-link-console-log.js"></script>
     10    <script>
     11      "use strict";
     12      window.addEventListener("load", function () {
     13        atob(-1);
     14      });
     15    </script>
     16  </head>
     17  <body>
     18    <p>Web Console test for opening JS/Console call Links in Debugger.</p>
     19  </body>
     20 </html>