1 2 3 4 5 6 7 8
<!DOCTYPE html> <script> var nodeList = document.getElementsByName("html"); nodeList.__proto__ = null; nodeList.x; </script>