⚠️ Issue Description In the current implementation, the banned script is not visible in the image, but its associated data is still present in the DOM. Ideally, the script should only load when the component is mounted (e.g., on click), and it should be fully unmounted when the component is no longer in view (e.g., on leave).
✅ Expected Behavior
- Load the script dynamically only when the component is activated.
- Completely unmount and remove the script/data when the component is deactivated.