Back to Basics Guides

Introduction

When looking at the issues you’re presented with after a site scan, sometimes you need a fast way to check where the issue actually is. An easy way to find this is to simply grab the JavaScript snippet and hit the ground running.


Obtaining the Snippet

To find the snippet, you must first locate an issue you’re interested in inspecting. Please make sure to open it up for more details and ensure it is active.

After doing so, you can scroll down to where it will display either a screenshot or some code, and click a link that says Show Snippet.

Show snippet link displayed under the issue reported.

You’ll now see a line of code in a field that you can copy to your clipboard. Click this button, and then head on over to the affected page.

Javascript snippets can be copied to the clipboard with the Copy to Clipboard option.

Utilizing the Snippet

At this point, you’ll want to determine the best method of accessing your browser’s JavaScript console after right-clicking the page. Generally, this should show up as an Inspect option.

Right click on the page to inspect and navigate to the console.

After doing so, you should be able to access the browser’s console and simply paste the code. You may have to follow additional steps provided by your browser to proceed. However, after doing so, you should be taken right to where the issue is.

The element that is affected will be highlighted with a red box outline around it.

Screenshot depicting the snippets pasted into the console, with an arrow pointing towards the highlighted issue on the page.

Still stuck?

File a support ticket with our five-star support team to get more help.

File a ticket

  • Please provide any information that will be helpful in helping you get your issue fixed. What have you tried already? What results did you expect? What did you get instead?
  • This field is for validation purposes and should be left unchanged.

Related Guides