This application allows the admin to include JavaScript into all Nextcloud pages for web analytics for example.
Your custom JS code will be loaded as:
window.addEventListener('DOMContentLoaded', () => { YOUR_JS_CODE_HERE });
So please ensure your JS code syntax is valid.
All contributions are considered to be licensed under the "AGPLv3 or any later version".
