Hey folks :)
I have a joomla site which has this snippet at the bottom of every page when you view source:
<script type="text/javascript">function x9b19e(className) {var elements = document.getElementsByClassName(className);while(elements.length > 0){elements[0].parentNode.removeChild(elements[0]);}}x9b19e("ba188");</script>
It's interfering with a JSON response and breaking the cart, and also some buttons in the backend aren't working.
I scanned the site on sucuri.net/scanner and it reports that it is clean (although I know this might not be accurate). I've checked the main index.php files and there's nothing suspicious. So now I'm about to embark on an extension disabling mission (made more laborious by the fact it is a Joomla installation connected to Magento using Magebridge - so I have all those extensions to disable etc.). I just thought I'd ask the question to see if anyone has some suggestions while I'm doing so.
Thanks
11ty