Post #299576
2026-02-15 14:33 UTC
Replies (4)
-
@blinry@chaos.social 2026-02-15 14:43
Let's start with the "Inspector", which shows you the tree of HTML elements. You can directly summon it, and inspect a specific element on your current site by pressing Ctrl+Shift+C (Cmd+Opt+C on macOS), and then clicking your element. This is similar to right-clicking the element, and pressing Q, but I like Ctrl+Shift+C a bit better because it will give you a live preview of which node you are picking!
-
@GustavinoBevilacqua@mastodon.cisti.org 2026-02-15 14:35
@blinry@chaos.social Also, really good if you have two monitors!
-
@khleedril@cyberplace.social 2026-02-15 19:59
@blinry@chaos.social The best thing about the Firefox developer tools is that they let you do simple things very well without knowing too much. When I'm debugging a web page, simple things are all I need. It is a great tool!
-
@goerp@mastodon.social 2026-04-10 09:10
@blinry@chaos.social Thanks for these tips! The first one alone is so handy. Maybe I can use these tips to get colleagues (and myself) to use Firefox more.