A program to monitor web pages/sites as and when u visit them...
-
The application I have in mind, has to sit in the background of Windows ( lets say as a Windows Service or a Taskbar app ) and scan for all the web pages that the user downloads and views using any Web Browser. Well this is only part of the application, actually the main thing, to scan for all the web pages the user visits on any browser and then process them for a certain task. So my question is, is it possible ? I mean isnt it the way Spyware and Adware runs ? But I think adware and spyware is browser dependaant and come as a plugin. Well I want it to be browser independent so thats why I suggested running the app in the background as a Windows Service or as a taskbar app. I tried searching on the web for looking some similar projects but didnt come across any. Could u give me some leads as to how i should achieve this ? I dont mind the programmin language I get to use. Im okay with .net or pure C++.