ladybird
ladybird copied to clipboard
Inspector: Store as global Variable
Adds the ability to right click any DOM node and store it as a global variable for console usage. I personally use this all the time in the other browsers.
How about defining $0 alias? This automatically points to the selected DOM element in Chrome/Safari console.
How about defining
$0alias? This automatically points to the selected DOM element in Chrome/Safari console.
We actually have that implemented but it's currently broken. It's impossible to add a test for so it kept rotting. 😢
How about defining
$0alias? This automatically points to the selected DOM element in Chrome/Safari console.We actually have that implemented but it's currently broken. It's impossible to add a test for so it kept rotting. 😢
Just want to understand next steps for PRs like this one. Is it recommended to create a PR and wait till someone merges? Do I need to reach out to the owner of this area? What's the normal process for this type of stuff?