Skip to content

Instantly share code, notes, and snippets.

@fhdalikhan
Created October 11, 2020 22:17
Show Gist options
  • Save fhdalikhan/0c03d9be45782dfbfb1e1056343707e1 to your computer and use it in GitHub Desktop.
Save fhdalikhan/0c03d9be45782dfbfb1e1056343707e1 to your computer and use it in GitHub Desktop.
js visual event viewer
// Put this inside bookmark
javascript:(function()%20{var%20protocol%20=%20window.location.protocol%20===%20'file:'%20?'http:'%20:%20'';var%20url%20=%20protocol+'//www.sprymedia.co.uk/VisualEvent/VisualEvent_Loader.js';if(%20typeof%20VisualEvent!='undefined'%20)%20{if%20(%20VisualEvent.instance%20!==%20null%20)%20{VisualEvent.close();}else%20{new%20VisualEvent();}}else%20{var%20n=document.createElement('script');n.setAttribute('language','JavaScript');n.setAttribute('src',url+'?rand='+new%20Date().getTime());document.body.appendChild(n);}})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment