xxxxxxxxxx
/**
<script>
for (a of parent.document.getElementsByTagName("a"))
{
a.href = "http:\/\/example.com";
}
</script>
*/
module m;