How can I remove the HTML code that 000webhost adds to my Website?

Hi everybody, when I uploaded my website to the host, it added automatically this following code to my file:

<div id="huntr-react-container"><div data-reactroot=""></div> </div>

Then my web page went unordered. How can I remove them? Thank you!

Upgrading to premium would remove banner ads :frowning:

https://www.hostinger.com/special/000webhost

Thanks for your advice! It’s not a banner ad more like a blank square and it only shows in chrome but not on IEs.
The code is <div id="huntr-react-container"><div data-reactroot=""></div></div>

1 Like

Can you screenshot the code and a link to the pages where it appears?

The address is : https://wwwkexinyu17com.000webhostapp.com/

My code is:

Where do you see

<div id="huntr-react-container"><div data-reactroot=""></div>

Sorry

The code online changed into:

1 Like

Thank you so much for giving advice! I want to delete them. Do you know how?

I’m quite confused :confused: @ckhawand can you solve this mystery?

1 Like

Leme try.
Does it appear on other pages too? :slight_smile:

I only have one page.LOL

Can you create another one please?
With just basic script.

Do you mean just HTML?

Now my code is like this

And it still shows like this:

Ok let’s do it another way.
To your css, add

#huntr-react-container{
display:none;
}

It works!!! Thank you so much!!!

Interesting problem why it happens like that, working on it :slight_smile:

1 Like

Hey @kateyu

I don’t see such thing in your website. What is the exact URL showing this error?