No description
Find a file
John Molakvoæ c40b304b43
Merge pull request #44 from nextcloud/addInstructions
chore: add instructions for loading custom JavaScript
2026-03-18 22:17:06 +01:00
.github/workflows ci: Run psalm-matrix with min version like normal psalm 2025-04-09 10:57:39 +02:00
appinfo chore: 2.0.0 2025-04-09 14:15:22 +02:00
css chore: reuse update licenses 2025-04-08 15:56:00 +02:00
js chore: reuse update licenses 2025-04-08 15:56:00 +02:00
lib chore: reuse update licenses 2025-04-08 15:56:00 +02:00
LICENSES chore: reuse update licenses 2025-04-08 15:56:00 +02:00
templates chore: reuse update licenses 2025-04-08 15:56:00 +02:00
tests chore: psalm 2025-04-08 15:45:22 +02:00
.gitignore chore: php-cs 2025-04-08 15:42:46 +02:00
.nextcloudignore chore: add krankerl config 2025-04-09 14:15:22 +02:00
.php-cs-fixer.dist.php fix: missing license 2025-04-08 21:42:20 +02:00
composer.json chore: Install 8.0 compatible dependencies 2025-04-08 23:42:39 +02:00
composer.lock chore: Install 8.0 compatible dependencies 2025-04-08 23:42:39 +02:00
krankerl.toml chore: add krankerl config 2025-04-09 14:15:22 +02:00
LICENSE Implement basic JSLoader 2017-02-23 01:08:30 -06:00
psalm.xml chore: remove unused psalm config block 2025-04-08 21:38:25 +02:00
README.md chore: add instructions for loading custom JavaScript 2026-03-18 12:11:57 +01:00
REUSE.toml chore: add krankerl config 2025-04-09 14:15:22 +02:00

JavaScript loader app for Nextcloud

This application allows the admin to include JavaScript into all Nextcloud pages for web analytics for example.

How it works

Your custom JS code will be loaded as:

window.addEventListener('DOMContentLoaded', () => { YOUR_JS_CODE_HERE });

So please ensure your JS code syntax is valid.

Contribute

All contributions are considered to be licensed under the "AGPLv3 or any later version".