Suggested feature:
When right-clicking an element in the Elements tab, a "Use in Console" item is available which lets you immediately use that node in the console.
Same behaviour as in FF and, I think, Chrome.
In other words it runs let temp{X} = document.querySelector({element's selector}) in that tab's console, where {X} is a zero-indexed counter, and {element's selector} is the CSS selector
Then it writes the temp variable name in the console