Skip to content

Instantly share code, notes, and snippets.

@JacobLett
Created November 15, 2018 21:52
Show Gist options
  • Select an option

  • Save JacobLett/331c8e5ee9f82071fc7f623fc9b84ae7 to your computer and use it in GitHub Desktop.

Select an option

Save JacobLett/331c8e5ee9f82071fc7f623fc9b84ae7 to your computer and use it in GitHub Desktop.
ensighten error script
(function anon(){ var histArr = (!!window.gateway && !!window.gateway.history)?gateway.history.complete:(!!Bootstrapper.gateway && !!Bootstrapper.gateway.history)?Bootstrapper.gateway.history.complete:[]; if(histArr.length<1){console.log("Could not locate history array");return;} console.log('Privacy History Not Loaded Content:'); for(var x in histArr){ if(histArr[x].request.status !== "load") console.log(histArr[x].request.destination+"|status:"+histArr[x].request.status); } })()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment