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?
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.
Re: Intercept Web Requests and Edit <title> of HTML then continue request
Quote:
Originally Posted by
Cimperiali
luckily, it is not, unless you write a bho.
sorry, n00b question, but whats a bho?
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
Quote:
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.