M
M
Maxim K2020-04-21 13:56:55
JavaScript
Maxim K, 2020-04-21 13:56:55

How to implement variable passing between Chrome tabs?

Hello.

I make a command in the developer console
var a = document.querySelector('aaa').ounerText;
In the variable a there is a result.

I open a new tab in the browser
and now how to insert the value of this variable into my field?

....textarea = document.querySelector('aaa').InnetText(a);

But there is no value in a (((

Thank you

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question