I have a dynamically created iframe
this iframe has js code
<script type="text/javascript">
if (window.devicePixelRatio >= 2) {
document.body.className += ' is_2x';
}
domReady();
Subscribe.init({id: 0, hash: '6ec859bd0192095f3b', oid: 15898180});;vk.id = 0;
</script>
i need get the Subscribe.init() value from parent window
thanks
ps. I don't have edit permissions to this iframe. I need this value like text