Splitbee detector

Splitbee logo

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:

  1. Open the Page Source: Right-click on the webpage and select “View Page Source” or press Ctrl+U (Windows) or Cmd+Option+U (Mac) to open the page’s source code.
  2. Search for Splitbee Script Tags: Use Ctrl+F (Windows) or Cmd+F (Mac) to open the search function.
  3. 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>.
  4. Look for References to splitbee.io: Search for any mentions of splitbee.io in the source code.