Skip to content

Instantly share code, notes, and snippets.

@DimDev
Created August 23, 2013 07:09
Show Gist options
  • Save DimDev/6316362 to your computer and use it in GitHub Desktop.
Save DimDev/6316362 to your computer and use it in GitHub Desktop.
Javascript events. Just add to bookmarks
javascript:(function() {var url = '//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