javascript:(function(){var viewBtn=document.createElement('button');viewBtn.innerText='Xem Comments';viewBtn.style.position='fixed';viewBtn.style.left='20px';viewBtn.style.bottom='20px';viewBtn.style.padding='10px 20px';viewBtn.style.fontSize='16px';viewBtn.style.backgroundColor='#008CBA';viewBtn.style.color='white';viewBtn.style.border='none';viewBtn.style.borderRadius='5px';viewBtn.style.cursor='pointer';viewBtn.style.height='50px';viewBtn.style.zIndex='10000';document.body.appendChild(viewBtn);var stopBtn=document.createElement('button');stopBtn.innerText='Dừng';stopBtn.style.position='fixed';stopBtn.style.left='200px';stopBtn.style.bottom='20px';stopBtn.style.padding='10px 20px';stopBtn.style.fontSize='16px';stopBtn.style.backgroundColor='#f44336';stopBtn.style.color='white';stopBtn.style.border='none';stopBtn.style.borderRadius='5px';stopBtn.style.cursor='pointer';stopBtn.style.height='50px';stopBtn.style.zIndex='10000';document.body.appendChild(stopBtn);var copyBtn=document.createElement('button');copyBtn.innerText='Copy Comments';copyBtn.style.position='fixed';copyBtn.style.left='380px';copyBtn.style.bottom='20px';copyBtn.style.padding='10px 20px';copyBtn.style.fontSize='16px';copyBtn.style.backgroundColor='#4CAF50';copyBtn.style.color='white';copyBtn.style.border='none';copyBtn.style.borderRadius='5px';copyBtn.style.cursor='pointer';copyBtn.style.height='50px';copyBtn.style.zIndex='10000';document.body.appendChild(copyBtn);var exportBtn=document.createElement('button');exportBtn.innerText='Xuất CSV';exportBtn.style.position='fixed';exportBtn.style.left='560px';exportBtn.style.bottom='20px';exportBtn.style.padding='10px 20px';exportBtn.style.fontSize='16px';exportBtn.style.backgroundColor='#f39c12';exportBtn.style.color='white';exportBtn.style.border='none';exportBtn.style.borderRadius='5px';exportBtn.style.cursor='pointer';exportBtn.style.height='50px';exportBtn.style.zIndex='10000';document.body.appendChild(exportBtn);var downloadBtn=document.createElement('button');downloadBtn.innerText='Tải Video';downloadBtn.style.position='fixed';downloadBtn.style.left='740px';downloadBtn.style.bottom='20px';downloadBtn.style.padding='10px 20px';downloadBtn.style.fontSize='16px';downloadBtn.style.backgroundColor='#e74c3c';downloadBtn.style.color='white';downloadBtn.style.border='none';downloadBtn.style.borderRadius='5px';downloadBtn.style.cursor='pointer';downloadBtn.style.height='50px';downloadBtn.style.zIndex='10000';document.body.appendChild(downloadBtn);let isScrolling=true;function autoScroll(){let lastHeight=document.body.scrollHeight;isScrolling=true;function scroll(){if(!isScrolling)return;window.scrollTo(0,document.body.scrollHeight);let newHeight=document.body.scrollHeight;if(newHeight===lastHeight){setTimeout(()=>{let currentHeight=document.body.scrollHeight;if(currentHeight===lastHeight){isScrolling=false;console.log("Reached bottom or no new comments loaded")}else{lastHeight=currentHeight;scroll()}},2000)}else{lastHeight=newHeight;setTimeout(scroll,1000)}}scroll()}function stopScroll(){isScrolling=false}let copiedComments=[];function copyComments(){var comments=document.querySelectorAll('p[data-e2e="comment-level-1"].css-xm2h10-PCommentText.e1g2efjf6');copiedComments=[];comments.forEach(function(comment){var author=comment.closest('div').querySelector('span[data-e2e="comment-username-1"]');var time=comment.closest('div').querySelector('span[data-e2e="comment-time-1"]');var likes=comment.closest('div').querySelector('span[data-e2e="comment-like-count"]');var commentText=comment.innerText;var authorText=author?author.innerText:'Unknown author';var timeText=time?time.innerText:'Unknown time';var likesText=likes?likes.innerText:'0';copiedComments.push({author:authorText,comment:commentText,time:timeText,likes:likesText})});var commentsText=copiedComments.map(c=>%60Author: ${c.author}\nTime: ${c.time}\nLikes: ${c.likes}\nComment: ${c.comment}\n%60).join('\n');navigator.clipboard.writeText(commentsText).then(function(){console.log('Comments copied successfully!')},function(err){console.error('Failed to copy comments: '+err)})}function exportCSV(){if(copiedComments.length===0){console.error('No comments to export. Please copy comments first.');return}var csvContent='\uFEFFAuthor,Comment,Time,Likes\n';copiedComments.forEach(function(comment){var commentText=comment.comment.replace(/,/g,'');var authorText=comment.author.replace(/,/g,'');var timeText=comment.time.replace(/,/g,'');var likesText=comment.likes.replace(/,/g,'');csvContent+=%60${authorText},${commentText},${timeText},${likesText}\n%60});var encodedUri='data:text/csv;charset=utf-8,'+encodeURIComponent(csvContent);var link=document.createElement('a');link.setAttribute('href',encodedUri);link.setAttribute('download','comments.csv');document.body.appendChild(link);link.click();document.body.removeChild(link)}function downloadVideo(){var videoElement=document.querySelector('.tiktok-web-player video');if(videoElement){var videoSrc=videoElement.getAttribute('src');fetch(videoSrc).then(response=>response.blob()).then(blob=>{var link=document.createElement('a');link.href=window.URL.createObjectURL(blob);link.download='tiktok_video.mp4';document.body.appendChild(link);link.click();document.body.removeChild(link)}).catch(console.error)}else{console.error('Video element not found')}}viewBtn.addEventListener('click',autoScroll);stopBtn.addEventListener('click',stopScroll);copyBtn.addEventListener('click',copyComments);exportBtn.addEventListener('click',exportCSV);downloadBtn.addEventListener('click',downloadVideo);})();
Công khai Cập nhật lần cuối: 2024-07-09 08:56:18 PM
