Oliver Friedmann
Results
3
comments of
Oliver Friedmann
Quite possibly. Happy to accept a pull request.
I think the original idea was to serialize the html code so that the injected javascript can add it to the host website.
Looks like an array of tags. Tags are serialized as associative array with tag name, attributes in innerhtml. We then use JS to deserialize this. I think the reason for...