Greasy Fork is available in English.

TikTok Bio Social Links

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

Autor
TheKatDev2
Dnevne instalacije
0
Ukupnih instalacija
3
Ocjene
1 0 0
Verzija
1.2
Stvoreno
14.05.2024.
Ažurirano
26.05.2024.
Licenza
Unlicense
Primjenjuje se

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
}