tor-browser

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

doc-minified.html (607B)


      1 <!-- This Source Code Form is subject to the terms of the Mozilla Public
      2    - License, v. 2.0. If a copy of the MPL was not distributed with this
      3    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
      4 <!doctype html>
      5 
      6 <html>
      7  <head>
      8    <meta charset="utf-8"/>
      9    <title>Debugger test page</title>
     10  </head>
     11 
     12  <body>
     13    <script src="math.min.js"></script>
     14    <script>
     15      // This method will be called via invokeInTab.
     16      function breakInNewFunction() {
     17        new Function(`debugger;document.addEventListener("click", function(){debugger;})`)();
     18      }</script>
     19  </body>
     20 </html>