Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html><head>
    <script type="text/javascript">
        document.querySelectorAll = null;
    </script>
    <title>Page overriding built in function defaults</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <style type="text/css">
        body { padding: 1em 3em; }
        label { display: block; }
    </style>
</head><body>
<p>See the console.</p>
<label for="sampCode">Code:</label>
<textarea id="sampCode" rows="5" cols="60" spellcheck="false">
document.querySelectorAll
document.querySelectorAll = null
delete document.querySelectorAll
bodyChildren = document.querySelectorAll ("body *");
</textarea>
</body></html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
BrockApro
0viewers