I tried netfiltersdk.com , using their WFP driver to intercept HTTP traffic and block websites like Facebook. Works very well with their "PFHttpBlocker.exe 'facebook'" example.
I want to inject javascript into the HTTP stream to for example close the website or show an
alert('facebook blocked');
In the netfilterdsk Protocol Filter Documentation
It is possible to update object content in dataPartAvailable and return DPCR_UPDATE_AND_BYPASS
Will it be possible to inject javascript then?