An open API service indexing awesome lists of open source software.

https://github.com/spaze/reveal-input-details

Chrome JS snippet to reveal hidden inputs and input details
https://github.com/spaze/reveal-input-details

Last synced: about 1 month ago
JSON representation

Chrome JS snippet to reveal hidden inputs and input details

Awesome Lists containing this project

README

        

# Reveal Input Details
JavaScript snippet for Chrome developer tools to:
- Reveal hidden input fields
- Change password input fields to text input fields
- Show all attributes of all input fields in their respective `title` attributes

## Install
1. Open Developer Tools (F12 or Ctrl/Cmd+Shift+I)
2. Go to *Sources* tab
3. Click the *Snippets* sub-tab, you may need to click the *More tabs >>* button first
4. Click *New snippet*
5. Name it "Reveal input details" or however you wish
6. Paste the contents of the `reveal.js` file into the editor pane
7. Save it with Ctrl/Cmd+S

Or

1. Open Developer Tools (F12 or Ctrl/Cmd+Shift+I)
2. Hit Ctrl/Cmd+Shift+P to open the Command Menu
3. Start typing "snippet", select *Create new snippet*, hit Enter
4. Paste the contents of the `reveal.js` file into the editor pane
5. Save it with Ctrl/Cmd+S
6. Rename the snippet by right clicking the generated snippet name (*Script snippet #x*) and selecting *Rename*

## Run the snippet
1. Open Developer Tools (F12 or Ctrl/Cmd+Shift+I)
2. Ctrl/Cmd+O to open the Command Menu
3. Start typing `!reveal`, hit Enter

Or

1. Open Developer Tools (F12 or Ctrl/Cmd+Shift+I)
2. Go to the *Snippets* tab, see above
3. Right click the snippet name and select *Run*
4. Or click the snippet name, the code loads in the editor pane, hit Ctrl+Enter, or select *Run* below the editor

[Learn more about JS snippets in Chrome DevTools](https://developers.google.com/web/tools/chrome-devtools/javascript/snippets)

## Testimonials
*1337 h4x0r t00l* -- Hackerman

*how to loic pentagon* -- F0r3v3rSkid