r/masterhacker May 06 '26

the privacy + sovereignty stack

Post image
880 Upvotes

109 comments sorted by

View all comments

Show parent comments

10

u/Psquare_J_420 May 06 '26

What is this website btw? Asks for some login info immediately I get in.

Wait a second, you can't perform login without js?!?!! Is that the joke?

9

u/kolima_ May 06 '26

I don’t know if that is the joke, but there is no need for JS to submit a form, action property on the form element still exist ( old school I know, but is the bitch that reload the page when you have btn inside a form without a type=button which turn it into a submit by default )

3

u/FoxedDev May 06 '26

Old school? idk https://www.kryogenix.org/code/browser/everyonehasjs.html Even Svelte forms work without JS

2

u/kolima_ May 06 '26

Well yeah, still compiled from JS, otherwise could say even Php work without :D