this post was submitted on 07 Jan 2025
922 points (99.6% liked)

memes

10844 readers
3654 users here now

Community rules

1. Be civilNo trolling, bigotry or other insulting / annoying behaviour

2. No politicsThis is non-politics community. For political memes please go to [email protected]

3. No recent repostsCheck for reposts when posting a meme, you can only repost after 1 month

4. No botsNo bots without the express approval of the mods or the admins

5. No Spam/AdsNo advertisements or spam. This is an instance rule and the only way to live.

Sister communities

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 day ago* (last edited 1 day ago)

if you don't want to or can't use extensions, just right click > inspect on the password field, then right click the element highlighted in the HTML and click "use in console" or "store in global variable" depending on browser

it'll put something like

temp0 into the console

just change that line to

temp0.value = "yourpassword"
```  and press enter

it sounds verbose to explain but it's just a couple of clicks and one command, if you're using a password manager it's still a lot easier than typing out a random string and it should work with most text boxes and inputs, might not work if the page is doing something fancy.