Greasy Fork is available in English.

TikTok Bio Social Links

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

질문, 리뷰하거나, 이 스크립트를 신고하세요.
개발자
TheKatDev2
일일 설치수
0
총 설치수
7
평점
1 0 0
버전
1.2
생성
2024-05-14
갱신
2024-05-26
라이선스
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
}