How can you detect if a website is using Splitbee by looking at the source code?
Detecting Splitbee on a website involves examining the page’s source code and network activity for specific indicators associated with Splitbee’s analytics and tracking scripts.
Here’s a step-by-step guide on how to do it:
- Open the Page Source: Right-click on the webpage and select “View Page Source” or press
Ctrl+U
(Windows) orCmd+Option+U
(Mac) to open the page’s source code. - Search for Splitbee Script Tags: Use
Ctrl+F
(Windows) orCmd+F
(Mac) to open the search function. - Look for the Splitbee script inclusion: This script tag loads Splitbee’s tracking script from their CDN:
<script async src="https://cdn.splitbee.io/sb.js"></script>
. - Look for References to splitbee.io: Search for any mentions of
splitbee.io
in the source code.