tor-browser

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

bogus-charset.html (194B)


      1 <!doctype html><meta charset=this-is-not-a-charset><script>
      2 onload = () => {
      3  if (location.search === "?postMessage") {
      4    parent.postMessage(document.body.textContent, "*");
      5  }
      6 }
      7 </script>