Jump to content

Recommended Posts

Posted

I think it is possible to build an application by Autoit which

Blocks all pop-up/pop-under and animated ads while surfing ......

Is there any script relating this topic ?

Advice , where to start ? want to make my own Blocker with autoit !

I am in the middle of he manual ..... Reading

thanks ...

Posted

For the banners, you would need to mess around in your HOST file. It's a file with no extension, but it's in plain text format, so it can be open with notepad or wordpad. It's located at C:\WINDOWS\System32\Drivers\Ect\

Posted

For the banners, you would need to mess around in your HOST file. It's a file with no extension, but it's in plain text format, so it can be open with notepad or wordpad. It's located at C:\WINDOWS\System32\Drivers\Ect\

I found some files to look at ..... still reading and NO progress !

ideas .....????

Posted

Heres how you would block the banners:

HOST:

127.0.0.1 bannerurl.com
127.0.0.1 anotherbannerurl.com

Ect...

Posted

Are you using Internet Explorer or Firefox? Because, if you're using Internet Explorer, you should be using Firefox.

lol

You could make it find all active windows, and if a window name = a blacklisted window name, you could juse WinClose() it.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...