mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-04 10:05:51 +00:00
9 lines
127 B
HTML
9 lines
127 B
HTML
<!DOCTYPE html>
|
|
<script>
|
|
|
|
var nodeList = document.getElementsByName("html");
|
|
nodeList.__proto__ = null;
|
|
nodeList.x;
|
|
|
|
</script>
|