tor-browser

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

1648564.html (850B)


      1 <script>
      2 window.addEventListener('load', () => {
      3  // For emulating the traditional behavior, collapse Selection to end of the
      4  // <body> (at the comment node).
      5  getSelection().collapse(document.body, document.body.childNodes.length);
      6  const map = document.querySelector("map");
      7  const anchor = document.querySelector("a");
      8  map.replaceChild(
      9    anchor,
     10    map.childNodes[(2828994049 % map.childNodes.length)]
     11  );
     12  anchor.innerHTML = "<o>";
     13  getSelection().setBaseAndExtent(
     14    document,
     15    (2019424593 % document.childNodes.length),
     16    document.documentElement,
     17    (3503355750 % document.documentElement.childNodes.length)
     18  );
     19  document.designMode = "on";
     20  document.execCommand("forwardDelete");
     21  document.execCommand("forwardDelete");
     22 });
     23 </script>
     24 <sub contenteditable>
     25 <map>
     26 <address></address>
     27 <a>
     28 </a>
     29 <!-- COMMENT --></body>