Skip to content

Commit c6a055e

Browse files
author
hoang.tran12
committed
fix tiktok scrollto bottom
1 parent df106cf commit c6a055e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/tiktok_downloadUserVideos.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ export default {
1717
en: "Download all videos in tiktok user profile.",
1818
vi: "Tải tất cả video trong trang cá nhân của người dùng tiktok.",
1919
},
20-
onClickExtension: async function () {
20+
onClickExtension: async function () {
2121
// Source code: https://github.com/karim0sec/tiktokdl
2222

2323
let { closeLoading, setLoadingText } = showLoading();
2424
try {
25-
await scrollToVeryEnd.onClick();
25+
await scrollToVeryEnd.onClickExtension();
2626

2727
setLoadingText("Đang lấy danh sách video...");
2828
let urls = await runScriptInCurrentTab(() => {

0 commit comments

Comments
 (0)