tor-browser

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

023-manual.html (448B)


      1 <!DOCTYPE html>
      2 <?xml version="1.0" encoding="utf-8"?>
      3 <html xmlns="http://www.w3.org/1999/xhtml">
      4 <head>
      5 <title>Link drag and drop: changing draggable attribute</title>
      6 </head>
      7 <body onload="document.querySelector('a').setAttribute('draggable','false')">
      8 <p><a href="data:text/plain,1" ondragstart="document.querySelector('p').firstChild.nodeValue = 'FAIL'">Try to drag me</a></p>
      9 <p>You should not be able to drag link above.</p>
     10 </body>
     11 </html>