Skip to main content

Using Generic Load Script to Run Custom JavaScript in Super

Use a generic load script to run custom JavaScript smoothly on your Super site without errors

Charlene avatar
Written by Charlene
Updated over 2 weeks ago

Sometimes, custom JavaScript scripts may not run correctly in Super without a small adjustment. This is usually due to how Super loads pages or the timing of script execution.

To make your scripts work seamlessly, you can use a Generic Load Script. This script ensures that your JavaScript executes at the right time and avoids conflicts with Super’s page rendering.

Tips:

  • Review your script for any dependencies that may require additional tweaks.

  • This method works for most scripts, but some advanced JavaScript might still need specific adjustments.

By using this approach, you can reliably run custom scripts in Super without affecting site performance or causing errors.

Did this answer your question?