mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-14 12:31:28 +00:00
10 lines
198 B
HTML
10 lines
198 B
HTML
<!DOCTYPE html>
|
|
<script>
|
|
|
|
var nodeList = document.documentElement.childNodes;
|
|
nodeList.__proto__ = null;
|
|
var p = Proxy.create({getPropertyDescriptor: function() {return nodeList}});
|
|
p.x;
|
|
|
|
</script>
|