TikTok Bio Social Links

Converts tiktok bio socials into links, insta: test > instagram.com/test

Autor
TheKatDev2
Instalaciones diarias
0
Instalaciones totales
15
Calificaciones
1 0 0
Versión
1.2
Creado
14/5/2024
Actualizado
26/5/2024
Licencia
Unlicense
Funciona en

Makes socials in peoples Tiktok bio clickable.

insta: example > instagram.com/example twitch: example > twitch.com/example

If you want to add your own use add a comma after the last social then paste in a modified version of this template (there is more info on how to make your own within the code itself.)

"exampleSocial": {
    url: "https://testsocial.com/{username}",
    filter: (username) => username.replaceAll('-', ''),
    removeAtSymbol: false
}