mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-17 08:30:05 +00:00
10 lines
176 B
HTML
10 lines
176 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<input type="password" value="abcdef">
|
|
<script>
|
|
document.getElementsByTagName("input")[0].value = "";
|
|
</script>
|
|
</body>
|
|
</html>
|