TikTok Video URL Extractor

Logs video links from a TikTok profile to your browsers console.

< TikTok Video URL Extractor 피드백으로 돌아가기

리뷰: 보통 - 스크립트가 작동하지만 버그 있음

§
게시: 2023-07-09

Doesn't work with the new "hidden" links, right?

§
게시: 2023-07-10

Doesn't work with the new "hidden" links, right?

bro, just find and replace two lines in the script code:

old:

var x = document.getElementsByClassName("tiktok-1wrhn5c-AMetaCaptionLine");

to new:

var x = document.getElementsByClassName("tiktok-x6y88p-DivItemContainerV2");

and old:

var link = x[i].children[0].children[0].children[0].children[0].attributes.href.value;

to new:

var link = x[i].attributes.href.value;

답글 게시

답글을 게시하려면 로그인하세요.