I want to find a text-area from a webpage using JS and a Chrome Extension. This is the "progress" I've made so far. document.querySelectorAll('textarea');
^^ to find a text-area inside the webpage. How can I use that to call a function?