Greasy Fork is available in English.

Torn Crimes Scamming Timers

Show how much cooldown & expiration is left for targets

Autor
SOLiNARY
Dnevne instalacije
0
Ukupnih instalacija
166
Ocjene
0 0 0
Verzija
0.3.1
Stvoreno
05.09.2024.
Ažurirano
02.12.2024.
Size
8,78 KB
Licenza
MIT
Primjenjuje se

Show how much cooldown & expiration is left for targets

By default it shows both expiration & cooldown (if any). You can show/hide expiration & cooldown labels separately by editing the code:

const showExpiration = true;

const showCooldown = true;

You can also increase the detalisation of timestamp (it will show days, hours, minutes, seconds)

const timeElementsToShow = 1; // Options: 1,2,3,4

Works for both PDA/PC!