tor-browser

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

1672873.html (166B)


      1 <script>
      2 document.addEventListener('DOMContentLoaded', () => {
      3  var x = new Blob([undefined, ''], { })
      4  self.history.pushState(x, 'x', 'missing.file')
      5 })
      6 </script>