Results 1 to 4 of 4

Thread: Intercept Web Requests and Edit <title> of HTML then continue request

  1. #1

    Thread Starter
    Member
    Join Date
    Nov 2011
    Posts
    34

    Question Intercept Web Requests and Edit <title> of HTML then continue request

    I am trying to make a program that when run changes the <title> attribute of the HTML, on any page requested then loads the page (IE). Is this possible, without making a new browser? If so, how?

  2. #2
    Addicted Member Cimperiali's Avatar
    Join Date
    Oct 2002
    Location
    Milan, Italy, Europe
    Posts
    188

    Re: Intercept Web Requests and Edit <title> of HTML then continue request

    As far as I know it is not, unless you write a bho.
    Last edited by Cimperiali; Mar 14th, 2012 at 12:24 PM.
    Special thanks to some wonderful people,
    such as Lothar the Great Haensler, Aaron Young,
    dr_Michael, Chris Eastwood, TheOnlyOne ClearCode....

  3. #3

    Thread Starter
    Member
    Join Date
    Nov 2011
    Posts
    34

    Re: Intercept Web Requests and Edit <title> of HTML then continue request

    Quote Originally Posted by Cimperiali View Post
    luckily, it is not, unless you write a bho.
    sorry, n00b question, but whats a bho?

  4. #4
    Addicted Member Cimperiali's Avatar
    Join Date
    Oct 2002
    Location
    Milan, Italy, Europe
    Posts
    188

    Re: Intercept Web Requests and Edit <title> of HTML then continue request

    meant a software that install itself in ie (or the wanted browser) like an add-on, and is trusted so that it becomes a portion of the browser itself
    http://en.wikipedia.org/wiki/Browser_Helper_Object
    The BHO API exposes hooks that allow the BHO to access the Document Object Model (DOM) of the current page and to control navigation. Because BHOs have unrestricted access to the Internet Explorer event model, some forms of malware have also been created as BHOs.
    Special thanks to some wonderful people,
    such as Lothar the Great Haensler, Aaron Young,
    dr_Michael, Chris Eastwood, TheOnlyOne ClearCode....

Tags for this Thread

Posting Permissions

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



Click Here to Expand Forum to Full Width