Created
November 15, 2018 21:52
-
-
Save JacobLett/331c8e5ee9f82071fc7f623fc9b84ae7 to your computer and use it in GitHub Desktop.
ensighten error script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (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