Free Version
Try our toolbar on your website for free (no sign-up required):
-
Open DevTools on your website: Go to your website, right-click and choose "Inspect" to open the DevTools.
-
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);
Double check
This only works if your website does not have a Content Security Policy blocking external scripts.