Skip to content

Suggestion for improving usability with internal pages #4

@mikhoul

Description

@mikhoul

You should change the 2 lines with : url.indexOf('http') === 0) to include Chrome internal pages two with something like that:

if (tab.url.indexOf('http') !== 0) || if (tab.url.indexOf('chr') !== 0)

Regards :octocat:

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