joomla- How to remove unwanted js files from page
I have used plugins some pages so many js files are included in all pages
If you want to remove all scripts that Joomla adds, including the inline script, the quickest way is this:
$this->_script = $this->_scripts = array();
Add this anywhere in your template file above the section.