Removing Unused Code and Fixing White Background Screen Issue in Hype Project

Hi everyone,
I used a sample file from to test a JavaScript feature, but later decided not to use it and removed the associated resources. However, I still used the same file to build my website. Now, I'm running into issues where the browser developer console shows errors related to missing resources, even though I no longer use that feature.

Additionally, I sometimes encounter a full white screen on laptop when loading the page, which I suspect is related to the leftover code or broken references. I want to delete the unused code from my Hype document, but I’m not sure how to do it. Some JavaScript files are still being saved with the HTML export, but the code looks like jibberish to me.

How can I clean up my project to prevent these errors and avoid the white background issue?
Any help would be appreciated!

Can you share your URL or your Hype document so we can dig into this? You may want to look at the head area to see if there any remnants there. You can edit the contents of the <head>…</head> of your exported .html file by clicking on 'Edit HTML Head' in the Document Inspector.

@Daniel ,
Thank you for the suggestion! I will take a look at the section and clean up any leftover code there. I will share the URL or document if I need more help.