tor-browser

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

html-to-os-HELPER-FILE.html (301B)


      1 <!doctype html>
      2 <html>
      3  <head>
      4    <title>drag and drop - dragging HTML onto the OS - helper file</title>
      5  </head>
      6  <body>
      7 
      8    <p>This is the helper file. Drop the paragraph here --&gt;</p>
      9    <script type="text/javascript">
     10 document.body.contentEditable = true;
     11    </script>
     12 
     13  </body>
     14 </html>