Simple.ink detector

Simple.ink logo

How can you check if a website uses Simple.ink?

Detecting whether a website is built using Simple.ink involves looking for specific markers and utilizing certain methods that are characteristic of Simple.ink sites.

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 the Simple.ink API: Look for the Simple.ink API by searching for api.simple.ink. Use Ctrl+F (Windows) or Cmd+F (Mac) to open the search function and type:
    • api.simple.ink: This indicates that the website is utilizing the Simple.ink API for its functionality.
  3. Look for Simple.ink Specific Meta Tags: Search for meta tags that are unique to Simple.ink. Look for:
    • <meta name="simple.ink" content="true">: This indicates the usage of Simple.ink technology.
  4. Check for Simple.ink Framework References: In the page source, search for JavaScript or CSS files that may reference Simple.ink. Look for code snippets like:
    • <link rel="stylesheet" href="https://simple.ink/assets/styles.css">
    • <script src="https://simple.ink/assets/script.js"></script>
  5. Examine the URL Structure: Websites built with Simple.ink may have specific URL patterns. Look for URLs that include simple.ink or any subdirectory related to Simple.ink in the path. For example, https://example.simple.ink/profile.
  6. Check for Simple.ink Analytics: Look for any analytics or tracking scripts that are specific to Simple.ink. They may include references to Simple.ink analytics services. For example:
    • <script> window.SimpleInkAnalytics = window.SimpleInkAnalytics || {}; </script>
  7. Look for Branding Elements: Some Simple.ink sites may include branding elements indicating their platform. For instance, check for footers, watermarks, or logos that mention Simple.ink.