mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 10:18:26 +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 */
|
/* support button */
|
||||||
const PATREON_REGEX = /https:\/\/www.patreon.com\/(?<name>[\w\d_-]+)/;
|
const PATREON_REGEX = /https:\/\/(?:www\.)?patreon.com\/(?<name>[\w\d_-]+)/;
|
||||||
|
|
||||||
/* connections */
|
/* connections */
|
||||||
const X_REGEX = /https:\/\/twitter.com\/(?<name>[\w\d_-]+)/;
|
const X_REGEX = /https:\/\/twitter.com\/(?<name>[\w\d_-]+)/;
|
||||||
|
|
Loading…
Reference in a new issue