JavaScript number question

Discussion in 'JavaScript' started by iPrey, Apr 27, 2015.

  1. #1
    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?
     
    iPrey, Apr 27, 2015 IP
  2. PoPSiCLe

    PoPSiCLe Illustrious Member

    Messages:
    4,623
    Likes Received:
    725
    Best Answers:
    152
    Trophy Points:
    470
    #2
    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
     
    PoPSiCLe, Apr 28, 2015 IP