Greasy Fork is available in English.

讨论 » 创建请求

TikTok auto follow (Subscribe)

§
发表于:2021-04-13
编辑于:2021-04-13

Hi everyone.

How to make it so that when you go to the page of any profile (TikTok), after 5 seconds, the button is pressed: Follow (Subscribe)

Can someone give a sample code (for this action) ?
---

Here is the button code:

button.follow-button.jsx-1020201829.jsx-2997938848.share-follow.tiktok-btn-pc.tiktok-btn-pc-medium.tiktok-btn-pc-medium.tiktok-btn-pc-primary
---

I can give you the full page code if need it.
----
Thanks.

§
发表于:2021-04-13
编辑于:2021-04-13

setTimeout(function(){ document.queryselector('button.follow-button.jsx-1020201829.jsx-2997938848.share-follow.tiktok-btn-pc.tiktok-btn-pc-medium.tiktok-btn-pc-medium.tiktok-btn-pc-primary').click(); }, 5000);

发表回复

登录以发表回复。