Skip to content

Instantly share code, notes, and snippets.

@veltman
Created December 24, 2014 00:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save veltman/943e6e93002251c93340 to your computer and use it in GitHub Desktop.
Save veltman/943e6e93002251c93340 to your computer and use it in GitHub Desktop.
//Bookmarklet
javascript:(function(){$(".image-wrapper .annotation").css("opacity",1);$(".annotation .balloon").css({"display":"block","z-index": 30});})();
//From console
$(".image-wrapper .annotation").css("opacity",1);$(".annotation .balloon").css({"display":"block","z-index": 30});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment