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!

< Commentaires sur Tiktok sort by view

Avis: Bon - le script fonctionne correctement

§
Posté le: 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
§
Posté le: 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

Poster une réponse

Connectez-vous pour poster une réponse.