mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 09:18:27 +01:00
add www idk sometyhing something
This commit is contained in:
parent
e5704a4c17
commit
2b9e16d06f
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ function getJson(str) {
|
|||
}
|
||||
|
||||
/* support button */
|
||||
const PATREON_REGEX = /https:\/\/www.patreon.com\/(?<name>[\w\d_-]+)/;
|
||||
const PATREON_REGEX = /https:\/\/(?:www\.)?patreon.com\/(?<name>[\w\d_-]+)/;
|
||||
|
||||
/* connections */
|
||||
const X_REGEX = /https:\/\/twitter.com\/(?<name>[\w\d_-]+)/;
|
||||
|
|
Loading…
Reference in a new issue