Javascript only works if browser Developer Tools panel is open
This is really more of a JavaScript question than a WordPress question. You just happen to be running it on a WordPress hook. In the future you will have better luck posting this type of question on StackOverflow. However, I will note that document.querySelectorAll is not a live updating list. When you call it, it … Read more