Solution for people who may have a similar problem:
" $('#Logs .log-line').slice(13).remove(); "
By default it says slice(500), adjust this number according to your needs. 13 was enough for me.
image.png
@andreiem said in IF [[MY_VARIABLE]] equal to a number between 1 and 50:
Can I use only 1 IF command to check if there is a number between 1 and 50? and IF true, do action.
Now I use 1 IF command for each number so If I have 50 numbers i need to use 50 IF commands. See screenshot bellow
[[VARIABLE]] > 1 && [[VARIABLE]] < 50