index.html
<html>
<head>
<title>Index</title>
</head>
<body>
<p>some text</p>
<a href="https://..." target="f">link</a>
<iframe name="f"></iframe>
</body>
</html>
Is it possible to hide the text inside p-tag once the target website is fully loaded inside the iframe?