TikTok Bio Social Links

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

लेखक
TheKatDev2
दैनिक इंस्टॉल
0
एकूण इंस्टॉल
23
रेटिंग
1 0 0
आवृत्ती
1.2
बनवली
2024-05-14
अपडेट केली
2024-05-26
आकार
4.24 KB
License
Unlicense
यांवर लागू होते:

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
}