I am write extension for Internet Explorer (BHO). I read many questions, answers, but can't found and understand, how make execute Javascript file from resource on every page? Not append web page, need necessary execute JS on every page.
I know, that i need make execute after OnDocumentComplete, but i can't know, how do this in C++... I found this extension, but it is written in C# and i can't convert it to C++.:
https://github.com/dvdotsenko/livereload_ie_extension
I have example BHO in C++: http://www.codeproject.com/Articles/37044/Writing-a-BHO-in-Plain-C
Can you help me to add execute JavaScript from resource on every page?