Skip to content

Polluting simple web page #180

@Asken

Description

@Asken

When have the extension enabled it pollutes a web page looking like this:

<!DOCTYPE html>
<html>
    <head>
        <title>title</title>
    </head>
    <body>
        Text
    </body>
</html>

to this:

<html>
    <head>
        <title>title</title>
    </head>
    <body>
        <pre>
           Text
	</pre>
    </body>
</html>

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions