Skip to content

Instantly share code, notes, and snippets.

@LincolnUniLTL
Created July 28, 2014 20:27
Show Gist options
  • Save LincolnUniLTL/bccbafc4950a32c9c8ed to your computer and use it in GitHub Desktop.
Save LincolnUniLTL/bccbafc4950a32c9c8ed to your computer and use it in GitHub Desktop.
Browser bookmarklet to show hidden forms on a webpage
javascript:(function(){var%20forms=document.getElementsByTagName('form');for(i=0;i<forms.length;i++){forms[i].style.display='block';}})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment