Skip to content

Instantly share code, notes, and snippets.

@perminder-klair
Created October 28, 2013 16:01
Show Gist options
  • Save perminder-klair/7199539 to your computer and use it in GitHub Desktop.
Save perminder-klair/7199539 to your computer and use it in GitHub Desktop.
Visual Event Bookmark for debug
javascript:(function() {var protocol = window.location.protocol === 'file:' ?'http:' : '';var url = protocol+'//www.sprymedia.co.uk/VisualEvent/VisualEvent_Loader.js';if( typeof VisualEvent!='undefined' ) {if ( VisualEvent.instance !== null ) {VisualEvent.close();}else {new VisualEvent();}}else {var n=document.createElement('script');n.setAttribute('language','JavaScript');n.setAttribute('src',url+'?rand='+new Date().getTime());document.body.appendChild(n);}})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment