<html> <head> <script src="inspector-wrappers-test-utils.js"></script> <script> window.alert = function(msg) { msg.titleInfo = doAttack; return msg; } </script> </head> <body> <script>instructions({console: true, trigger: "alert(document.body)"});</script> </body> </html>