Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
In the Custom interface, logs overflow from the page. For example, I want to reflect only the last 5 logs. Does anyone know how I can achieve this?
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.
@clarabellerising
Yes, I am already using try catch, but I still wanted to ask about this. I thought there was a specific action for this in BAS, such as OnApplicationExit, just like ‘OnApplicationStart’.
Thank you for your advice.
@rage You can only use BAS fingerprints(fingerprint switcher)
https://cssauthor.com/material-design-frameworks/ I tried the material one, changed the interace with 2 lines of code