Created
July 28, 2014 20:27
-
-
Save LincolnUniLTL/bccbafc4950a32c9c8ed to your computer and use it in GitHub Desktop.
Browser bookmarklet to show hidden forms on a webpage
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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