Yeah, sure, and that's what I want to do: when user is guest, there is no need to load js for APTL.
So,
if guest: APTL doesn't load any js and I can load my js for other use.
if registered: APTL loads all and I don't load my other js (that are already configured to not be loaded if user is registered).
Maybe now it's clear what I want to do.