/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 18 2025 | 13:51:19 */
(function () {
  const kill = () => {
    document.querySelectorAll('a[href*="s-sols.com/products/wordpress/accelerator"]').forEach(el => el.remove());
  };
  document.addEventListener('DOMContentLoaded', kill);
  window.addEventListener('load', kill);
  new MutationObserver(kill).observe(document.documentElement, { childList: true, subtree: true });
})();