tor-browser

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

1190036-1.html (226B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="UTF-8">
      5 <script>
      6 
      7 function boom() {
      8    var ev = new ClipboardEvent("p");
      9    ev.clipboardData.getFilesAndDirectories();
     10 }
     11 
     12 </script>
     13 </head>
     14 <body onload="boom();"></body>
     15 </html>