Hostinger Website Builder: How to Check if Custom Code Is Added to a Website

Learn how to check if your custom code is visible in the website’s source code

Updated 2 weeks ago

Once you paste any custom code and update your website, the code is added to your website’s source code.

As Hostinger Website Builder is the best compatible with Google Chrome, the below instruction applies when using this particular internet browser 💡

To check it, open your website, right-click on the page, and select Inspect:

Chrome context menu with the Inspect option highlighted for opening developer tools

Open the Elements tab, click CTRL+F (Windows) or CMD+F (macOS), and you’ll see a search bar:

Chrome DevTools Elements tab with the find-by-string, selector, or XPath search box highlighted

In the search field, you can either paste the whole code or just a keyword or phrase from your code (e.g., your Google Analytics ID):

Chrome DevTools showing Google Analytics code and ID G-KTMM4FRF16 highlighted in the Elements panel

This way, you should be able to find the integration in your website’s source code 🕵️‍♂️