Hacxx HTML ID Value Bookmarklet

04-05-2024 à 00:40:39
Ask the user for a ID Name and show the value.

HOW TO USE:
1 - Load a site.
2 - Perform action.
3 - Load the Bookmarklet.
4 - Type ID name.
5 - The script will return the value.

[code]
javascript:alert(document.getElementById(prompt("Type id name:", "")).value);
[/code]

Save the code on your browser favorites and use after the page have been loaded.