-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels