Auto68 Posted August 17, 2006 Posted August 17, 2006 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 ...
NELyon Posted August 17, 2006 Posted August 17, 2006 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\
Auto68 Posted August 17, 2006 Author Posted August 17, 2006 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 .....????
NELyon Posted August 17, 2006 Posted August 17, 2006 Heres how you would block the banners: HOST: 127.0.0.1 bannerurl.com 127.0.0.1 anotherbannerurl.com Ect...
lod3n Posted August 17, 2006 Posted August 17, 2006 Are you using Internet Explorer or Firefox? Because, if you're using Internet Explorer, you should be using Firefox. [font="Fixedsys"][list][*]All of my AutoIt Example Scripts[*]http://saneasylum.com[/list][/font]
gamepin126 Posted August 17, 2006 Posted August 17, 2006 Are you using Internet Explorer or Firefox? Because, if you're using Internet Explorer, you should be using Firefox.lolYou could make it find all active windows, and if a window name = a blacklisted window name, you could juse WinClose() it.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now