Raw File
695867.html
<!DOCTYPE html>
<script>

var nodeList = document.documentElement.childNodes;
nodeList.__proto__ = null;
var p = Proxy.create({getPropertyDescriptor: function() {return nodeList}});
p.x;

</script>
back to top