Load specific JS script on page load for every page in AEM just like Java Filters
Hello Devs,
I have one requirement where javascript code should load every time for every page.
I went through the clientlibs approach but below challenges I am having with current project -
1. They have multiple page components to Author different type of pages
2. There is no common clientlib i have observed till now which loads for every page
Please can anyone guide me what should be the correct approach to deal with such cases.
Thanks