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
- Host: GitHub
- URL: https://github.com/spaze/reveal-input-details
- Owner: spaze
- License: mit
- Created: 2020-07-15T14:26:06.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-15T16:36:13.000Z (almost 5 years ago)
- Last Synced: 2024-12-25T13:41:32.803Z (6 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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+SOr
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 EnterOr
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