Using JavaScript in Google Chrome to Change the Text in Developer Tools

Hey There!

How can I use the "Execute JavaScript in Google Chrome" to change the text in developer tools?

I want to remove the "unselectable" part of the text:

Zrzut ekranu 2022-04-12 o 21.54.54

Zrzut ekranu 2022-04-12 o 21.55.09

As far as I know it's impossible to reference the dev-tools using JavaScript from an external source (in this case AppleScript).

It may very well be possible to do so internally by using a Chrome Extension, but that's another kettle of fish entirely.

Though perhaps the OP is really aiming to change the value of an attribute in the DOM model of the page ?

( I wonder if the reference to the developer tools view isn't just a way of talking about the DOM structure of the page ?)

1 Like