Skip to main content

Free Version

Try our toolbar on your website for free (no sign-up required):

  1. Open DevTools on your website: Go to your website, right-click and choose "Inspect" to open the DevTools.

  2. Download script: Paste the following code snippet into the "Console":

    const script = document.createElement('script');
    script.src = 'https://www.unpkg.com/@qa-compass/toolbar/dist/index.js';
    document.head.appendChild(script);

Add Script Through Console

Double check

This only works if your website does not have a Content Security Policy blocking external scripts.