/* run this in the console or create a bookmark using this as the url */ javascript:(async () => {const sleep = ms => new Promise(resolve => setTimeout(resolve, ms)); let i = 0; while (i < 1000) {const btn = document.querySelector('.tiktok-1cu4ad'); if (btn) btn.click(); await sleep(300); i++; } })();