parent
2bcd1e3c56
commit
a951142801
|
@ -102,6 +102,10 @@ links.innerHTML = `
|
|||
</div>
|
||||
`
|
||||
|
||||
if (script.parentElement?.tagName === 'HEAD') {
|
||||
document.body.appendChild(iframe)
|
||||
document.body.appendChild(links)
|
||||
}
|
||||
script.before(iframe)
|
||||
script.before(links)
|
||||
|
||||
|
|
Loading…
Reference in New Issue