dynamic-type-4.html (219B)
1 <!DOCTYPE html> 2 <html> 3 <body> 4 <input type="checkbox" value="foo"> 5 <script> 6 var i = document.getElementsByTagName("input")[0]; 7 i.type = "text"; 8 i.value = "abcdef"; 9 </script> 10 </body> 11 </html>
tor-browserThe Tor Browser | |
| git clone https://git.dasho.dev/tor-browser.git | |
| Log | Files | Refs | README | LICENSE |