Question.. I have a web page.. (for a game) This page has information that I want to use... For example, a section of this page tells me how many houses I own. I want to pull this information and tell the program to do (something) some action based on how high this number is... such as click another part of this page. So.. is this something JavaScript can do?
Yes. This is exactly what js can do. You would have to have a way to have your js run on the site (for instance, via Greasemonkey), but yes, it's completely possible