Get a node's inner text, ignoring <script> and <style> tags. Ignores comments.
<script>
<style>
Node to get the inner text of.
node's inner text.
node
https://developer.mozilla.org/en-US/docs/Web/API/Node/innerText
Get a node's inner text, ignoring
<script>
and<style>
tags. Ignores comments.