Towards the Gestalt
BlogTILProjectsAbout
Published on
January 7, 2025

TIL: You can use `$` inside the browser query console

The $ symbol can be used as a shorthand for document.querySelector in the browser's developer console.

There's also $$ for document.querySelectorAll, copy(object) to copy to clipboard, keys, values, etc.

Source: HN comment for Stimulation Clicker.

← You can throw a C++ exception from a signal handler!!
High-level overview of semiconductor manufacturing →
mailMailgithubGitHublinkedinLinkedinblueskyBluesky
Krut Patel
•
© 2025
•
Krut's Blog
Tailwind Nextjs Theme