Greasy Fork is available in English.

Tiktok sort by view

Click the video tab on tiktok user page to sort video by views and click again to restore order!

< Feedback on Tiktok sort by view

Review: Good - script works

§
Posted: 15.04.2023

Here is the fix for it not working consistently.

Replace line 27:

const views = number * multiplier;

with:

const views = (multiplier === undefined) ? number : number * multiplier
§
Posted: 24.10.2023

Here is the fix for it not working consistently.

Replace line 27:

const views = number * multiplier;

with:

const views = (multiplier === undefined) ? number : number * multiplier

bro its work, thanks

Post reply

Sign in to post a reply.