Skip to content

Doesn’t work in some countries #14

@brettdonald

Description

@brettdonald

This bookmarklet doesn’t work in Australia, on pinterest.com.au. The regular expression to check that you are on your Pinterest profile page doesn’t work on this domain. This is the offending regular expression:

/^https:\/\/www.pinterest.[a-z.]{2,5}\/([a-z0-9_]{1,30})/i

Suggest you change it to the following:

/^https:\/\/www\.pinterest\..*?\/([a-z0-9_]{1,30})/i

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