26 Jan 2023 09:11 AM - last edited on 10 Feb 2023 01:31 PM by ChadTurner
Hello,
use:
document.querySelector("anycsstag").textContent or
document.querySelector("anycsstag").innerText
(Normally please do not forget the . or #)
Extra info:
CSS selector. Use when the user's identifier is visible on the page. This mechanism captures the first match innerText/textContent value (available for browsers that support querySelector)
KR Henk
10 Feb 2023 01:31 PM
Great Tip/Trick @henk_stobbe Thanks for sharing 🙂