Shopping & Style22 mins ago
Websites & VB6
4 Answers
Using VB6 ( or .net) I can write a VERY simple web browser. The question is .. can I pre-process a website prior to displaying it so that I dont get all of the adverts & other dross. (thinking about how fast this site would be if it wasnt fetching info from all of the adtech & tradedoubler sites etc).
Answers
Best Answer
No best answer has yet been selected by Squitty. Once a best answer has been selected, it will be shown here.
For more on marking an answer as the "Best Answer", please visit our FAQ.Of course you can - but it;s not easy. Basically you need to write a parser which will read the HTML as it arrives and modify it before handing it on to your rendering engine.
You can get some ideas by viewing the page source in your normal browser with ad-blockers, pop-up blockers etc., turned off, and comparing it with the page source as seen when the blockers are turned on.
You can get some ideas by viewing the page source in your normal browser with ad-blockers, pop-up blockers etc., turned off, and comparing it with the page source as seen when the blockers are turned on.
Related Questions
Sorry, we can't find any related questions. Try using the search bar at the top of the page to search for some keywords, or choose a topic and submit your own question.