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
Hi, I couldn't find any tutorial on how to extract the IP info so you can turn it into variables.
If anyone has a template or a quick set of instructions to grab the IP using
Database
ip-api.com
Custom function
It would be greatly appreciated. Currently just loading whatsmyip or similar websites to check IP, but it seems like it would be much more efficient to use the functions built into BAS already.