Skip to content

suggestion allow injection into response/editing response #38

@tympanicblock61

Description

@tympanicblock61

for example the response for a url is "function lol() {console.log('hello')}\nlol()" you could have

function parse(input) {
    return input.replace("console.log", "console.error")
}

and the returned can be the response instead

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