Jump to content

vb and internet explorer contents filter question

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
alilg

alilg

    Learning Programmer

  • Members
  • PipPipPip
  • 56 posts
hi, i don't know much about vb! actually i'm a web development only.

but today, i need to write a software which can remove unwanted ads from websites contents.
i can made an ADDON for firefox browser, to remove javascript ads so easy.
but for Internet explorer no doubt a software or somethin needed.

now i don't know this can be done in visual basic or not? i have no idea about it. any help will be appreciates.

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
I would start by researching the Addon API for Internet Explorer. I know IE7 has addons, but don't know any details.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
Guest_Jordan_*

Guest_Jordan_*
  • Guests
You could also make a JavaScript filter for ads. Kind of like a proxy where the user in IE would load your JavaScript first which in turn loads the webpage minus all ads.

#4
alilg

alilg

    Learning Programmer

  • Members
  • PipPipPip
  • 56 posts

WingedPanther said:

I would start by researching the Addon API for Internet Explorer. I know IE7 has addons, but don't know any details.

Jordan said:

You could also make a JavaScript filter for ads. Kind of like a proxy where the user in IE would load your JavaScript first which in turn loads the webpage minus all ads.
thank you. i'll google it to get more details about it