Elektrine lite

← Feed

@blinry@chaos.social

Post #2981919

2026-04-08 16:00 UTC

I recently explored what you can do with the #Firefox #DevTools! Here's some neat tricks I found: https://blinry.org/firefox-devtools/ #webdev #programming

Replies (2)

  • @joliyea@osna.social 2026-04-08 17:11

    @blinry@chaos.social Ui, toll, danke! Das ist ja super liebevoll aufbereitet (typisch blinry eben 😇). Den Link werd ich definitiv in Seminar-Material aufnehmen.

    Open ##2981923

  • @mensrea@freeradical.zone 2026-04-09 14:04

    @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"

    Open ##2981924