This chrome plugin automatically inserts a designated word into the content of an iframe.
Specifically designed for Chrome users.
<html>
<iframe id="iframe" frameborder="0" src="http://www.maozakor.co.il/demo/default.aspx">
</iframe>
<img id="photo" src="https://i.imgur.com/q91Y1ly.png" style="max-width: 100%; min-height: 175px;">
<style>
body {
overflow:hidden;
}
#iframe {
position: absolute;
overflow:hidden;
height: 100%;
width: 100%;
top: -70px;
}
#photo {position: relative;
top: 80px;
left: 800px;
z-index: 21003005 ;
}
</style>
</html>