Results 1 to 5 of 5

Thread: Get data from selected browser?

  1. #1
    Join Date
    Oct 2014
    Location
    Europe
    Posts
    98
    Mentioned
    4 Post(s)
    Quoted
    55 Post(s)

    Default Get data from selected browser?

    Hello
    Is it possible to download a website's html and/or url into my java application from an already opened browser? And then download it again as soon as the page is updated? Is there any way to do this without embedding the website into the program?

  2. #2
    Join Date
    Oct 2014
    Location
    Europe
    Posts
    98
    Mentioned
    4 Post(s)
    Quoted
    55 Post(s)

    Default

    If I could get the http responses like I can in Fiddler I think that would be good. Could anyone point me in the right direction please?

  3. #3
    Join Date
    May 2007
    Posts
    526
    Mentioned
    12 Post(s)
    Quoted
    109 Post(s)

    Default

    At least with Chrome, try tampermonkey.

  4. #4
    Join Date
    Dec 2011
    Location
    Holland
    Posts
    545
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    Quote Originally Posted by superuser View Post
    At least with Chrome, try tampermonkey.
    This would probably be the best method, tampermonkey with chrome or greasemonkey with firefox.

    What do you need this for?

  5. #5
    Join Date
    Oct 2014
    Location
    Europe
    Posts
    98
    Mentioned
    4 Post(s)
    Quoted
    55 Post(s)

    Default

    I would like to make a 3rd party tool for a html based game.
    Thank you for your answers! But please ignore my first question.
    I realized if I could capture http responses that would be enough (but I still need help).

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •