Post #2981924
2026-04-09 14:04 UTC
@blinry@chaos.social and any id of an element is already a variable that you can just use in the console (also in your js).
so
in the dom: some text
in console: myPara.innerText
-> "some text"
Replies (1)
-
@blinry@chaos.social 2026-04-10 08:09
@mensrea@freeradical.zone Oh neat, I didn't know that! Bit weird, but useful! :D