Skip to content
This repository was archived by the owner on Nov 16, 2025. It is now read-only.
This repository was archived by the owner on Nov 16, 2025. It is now read-only.

document.write cause document to clear #66

@congdo

Description

@congdo

Hi Guys,

Document.write in document load up should write the content inline, instead of replacing the body

Example
MYCONTENT
< script >
document.write('WOOT');
< /script >

Expected Output
MyCONTENTWOOT

Bug Output
WOOT

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions