Open chaoqunxie opened 7 hours ago
Open the browser's developer tools, navigate to the console tab, and execute the JavaScript command: localStorage.getItem('userToken')
.
Log in to your account:
After successful login, follow these steps to open Developer Tools: 2.1 Press F12 key to open Developer Tools
2.2 Find and click "Console" tab:
2.3 Click the console command input area:
>
symbol or blinking cursor2.4 Type or paste this command: localStorage.getItem('userToken')
2.5 Press Enter key to execute the command
The userToken value will be shown in the console output area.
error msg:
"Terminate because the platform does not provide options to open developer tools or execute JavaScript from the console on this page."
Can you add a feature to capture specific network requests? I need to get information from the network request headers. Also, it seems the F12 developer tools and bookmark creation are not supported.