Skip to content

Is scripting enabled in these PiP windows? #3

@domenic

Description

@domenic

For example would this work?

const script = pipWindow.document.createElement("script");
script.textContent = "document.body.append('hello');";
pipWindow.document.body.append(script);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions