WebConsole’s $() convenience function: querySelector
tl;dr If you’re used to using $(“id”) in the WebConsole to lookup nodes with a given id, prepare to get used to doing it with $(“#id”). There was a short discussion in the #firebug channel in IRC this week about the usefulness (or lack thereof) of the $() convenience function in the Console (Firebug’s, Firefox’ [...]
