| Forum |
|
|||||||
| Tutorials This section offers tutorials and How to's on just about anything related to computers and IT. Note: All tutorials are courtesy the posters and not verified by Digit |
![]() |
|
|
LinkBack (1) | Thread Tools | Display Modes |
|
|
#1 (permalink)
|
|
|
Apprentice
Join Date: Jul 2009
Location: Bhopal, India
Posts: 99
|
I remember from the day I started using Internet from that day I hated these ads a lot, as they always redirect me to somewhere else and then I just roam here and there in between the ads. I have found a lot of scripts addons to stop these ads for Firefox, Intenet Explorer, but never found any universal way to do that. One day I was reading some of my old articles and I found this How to: Block a website. This remind me of my tweaking days, so I taught why not try to remove ADs by using this technique. Quote:
Additionally, comments may be inserted on individual lines or following the machine name denoted by a '#' symbol. # 102.54.94.97 rhino.acme.com # source server So by now you must have get an idea what is an Host file. You can view your Host file at C:\WINDOWS\SYSTEM32\DRIVERS\ETC > HOSTS. Well there are a lot of uses of HOSTS file but in this tutorial I am concentrating on how to block ads using this host file. This is done by using a dummy address, or local host address typically 127.0.0.1, (which is in fact the address of your machine locally that's why it is called Local Host). For example, consider this entry: 127.0.0.1 wwww.yahoo.com If this entry is saved in your host file then any reference to wwww.yahoo.com will be redirected to your own computer, and thus you are not able to visit Yahoo.com. By further advancing this technique of blocking a site we will remove ads from all pages, lets know how. Now all you have to do is just follow these steps-
Code:
#GOOGLEADS 127.0.0.1 pagead.googlesyndication.com 127.0.0.1 pagead2.googlesyndication.com 127.0.0.1 googleads.g.doubleclick.net/ 127.0.0.1 ad.doubleclick.net #BIDVERTISER 127.0.0.1 bdv.bidvertiser.com 127.0.0.1 ads.bidvertiser.com # ADBRITE 127.0.0.1 1.adbrite.com 127.0.0.1 2.adbrite.com 127.0.0.1 3.adbrite.com 127.0.0.1 4.adbrite.com 127.0.0.1 ads.adbrite.com 127.0.0.1 b1.adbrite.com 127.0.0.1 bstats.adbrite.com 127.0.0.1 click.adbrite.com 127.0.0.1 files.adbrite.com 127.0.0.1 pic.adbrite.com 127.0.0.1 vid.adbrite.com 127.0.0.1 site.www.adbrite.com 127.0.0.1 stats.adbrite.com 127.0.0.1 www.adbrite.com 127.0.0.1 adbrite.122.2o7.net #CHITIKA 127.0.0.1 ads.chitika.net 127.0.0.1 ads1.chitika.net 127.0.0.1 blogads.chitika.net 127.0.0.1 ca.chitika.net 127.0.0.1 mm.chitika.net 127.0.0.1 parking.chitika.net 127.0.0.1 scripts.chitika.net #ADTOLL 127.0.0.1 adserve.adtoll.com #CLICKSOR 127.0.0.1 clicksor.com 127.0.0.1 ads.clicksor.com 127.0.0.1 main.clicksor.com 127.0.0.1 mci12.clicksor.com 127.0.0.1 search.clicksor.com 127.0.0.1 serw.clicksor.com 127.0.0.1 track.clicksor.com 127.0.0.1 www.clicksor.com 127.0.0.1 mp.clicksor.net #YAHOO 127.0.0.1 adserver.yahoo.com #TARGETPOINT 127.0.0.1 dev.targetpoint.com 127.0.0.1 srs.targetpoint.com #FASTCLICK 127.0.0.1 fastclick.com 127.0.0.1 www.fastclick.com #[SunBelt.FastClick.com] 127.0.0.1 cdn.fastclick.net 127.0.0.1 code.fastclick.net 127.0.0.1 images.fastclick.net #[Panda.Spyware:Cookie/FastClick] 127.0.0.1 media.fastclick.net 127.0.0.1 secure.fastclick.net #[Tenebril.Tracking.Cookie] 127.0.0.1 sp.fastclick.net 127.0.0.1 fastclick.com.edgesuite.net #[a1795.g.akamai.net] #BLOGADS 127.0.0.1 b.blogads.com 127.0.0.1 banners.blogads.com 127.0.0.1 c.blogads.com 127.0.0.1 cache.blogads.com 127.0.0.1 d.blogads.com 127.0.0.1 f.blogads.com 127.0.0.1 img.blogads.com 127.0.0.1 st.blogads.com #[WebBug] 127.0.0.1 stat.blogads.com #[WebBug] 127.0.0.1 weblog.blogads.com 127.0.0.1 z.blogads.com 127.0.0.1 www.blogads.com #ATDMT 127.0.0.1 c.atdmt.com 127.0.0.1 click.atdmt.com #[McAfee.Cookie-Atdmt][Google.Diagnostic] # 127.0.0.1 clk.atdmt.com #[disabled affects MS downloads] 127.0.0.1 ec.atdmt.com #[atlasdmt.vo.msecnd.net] 127.0.0.1 image.atdmt.com 127.0.0.1 ll.atdmt.com #[atlasdmt.vo.llnwd.net] 127.0.0.1 mir.atdmt.com #[p.mii.instacontent.net] 127.0.0.1 nc.atdmt.com #[EventTracking] 127.0.0.1 rmd.atdmt.com #[a898.x.akamai.net] 127.0.0.1 spd.atdmt.com #[a796.x.akamai.net] 127.0.0.1 spe.atdmt.com 127.0.0.1 srch.atdmt.com # 127.0.0.1 switch.atdmt.com #[disabled affects Hotmail signup] 127.0.0.1 view.atdmt.com #[eTrust.Tracking.Cookie] 127.0.0.1 www.atdmt.com These lines are sufficient to remove all types of ads from all sites you visit, but in case you think it is not sufficient visit the following link and copy paste it to the host file. ADS LINK :rules: by MVPS.org
__________________
Get all latest tips and tricks at http://beingpc.com/ |
|
|
|
| Advertisements. Register and be a member of the community to get rid of them. | |
|
Advertisement
|
|
|
|
#2 (permalink) |
|
AFK
Join Date: Oct 2006
Location: Bombay
Posts: 1,596
|
Or just use Ad Block Plus extension on Firefox OR IEPro for IE 7-8
__________________
Check out http://thefinal3rd.com, an Indian footie blog. Follow me on http://twitter.com/thewisecrab Fishdumplings!! Duniya goal hai? |
|
|
|
|
#3 (permalink) |
|
Democracy is a myth
Join Date: Apr 2004
Location: Thane,Mumbai
Posts: 2,109
|
Plz, provide link for IEPro :-O
__________________
"My opinions may have changed, but not the fact that I am right." "I'm never wrong. Once I thought I was wrong, but I was wrong" |
|
|
|
|
#4 (permalink) |
|
"Aal Izz Well"
Join Date: Apr 2008
Location: Inside ur BRaIN..!!
Posts: 1,832
|
^
@ritesh nice! but i would prefer Ad Block Plus...Why to take tension of editing file when an extension is specifically designed for it..
__________________
http://webchat.freenode.net/?channels=krow http://twitter.com/krazzywarrior |
|
|
|
|
#6 (permalink) | |
|
Democracy is a myth
Join Date: Apr 2004
Location: Thane,Mumbai
Posts: 2,109
|
Quote:
And why '
__________________
"My opinions may have changed, but not the fact that I am right." "I'm never wrong. Once I thought I was wrong, but I was wrong" |
|
|
|
|
|
#7 (permalink) |
|
Apprentice
Join Date: Jul 2009
Location: Bhopal, India
Posts: 99
|
@rhitwick
The above will work in IE8, Firefox and any browser you name! plus it also blocks ads from Live messenger + Yahoo messenger etc
__________________
Get all latest tips and tricks at http://beingpc.com/ |
|
|
|
|
#8 (permalink) | |
|
Democracy is a myth
Join Date: Apr 2004
Location: Thane,Mumbai
Posts: 2,109
|
Quote:
But, if I want temporary ads, I need to go to hosts file and edit those particular filters. So, I thought may be (may be, as I've not yet experienced that extension thewisecrab mentioned) it would support block/unblock ads on my whim...
__________________
"My opinions may have changed, but not the fact that I am right." "I'm never wrong. Once I thought I was wrong, but I was wrong" |
|
|
|
|
|
#12 (permalink) |
|
Alpha Geek
Join Date: Jun 2009
Posts: 835
|
Privoxy is a non-caching web proxy with advanced filtering capabilities for enhancing privacy, modifying web page data and HTTP headers, controlling access, and removing ads and other obnoxious Internet junk. Privoxy has a flexible configuration and can be customized to suit individual needs and tastes. It has application for both stand-alone systems and multi-user networks.
Privoxy is Free Software and licensed under the GPL2. >>>DOWNLOAD PRIVOXY<<< |
|
|
|
|
#13 (permalink) |
|
Fast 'N' Furious
Join Date: Jul 2006
Location: Geek's Heaven
Posts: 9,126
|
For opera use fanboy's addblock list
__________________
ToPsPeEeD = FaSt BuT StEaDy AMD Radeon HD 6850 OverClocked to 1 Ghz !!! Blog : http://topgeartopspeed.wordpress.com/ ---------------------------------------------------- Never buy viewsonic products : http://tinyurl.com/ykwx4oa |
|
|
|
|
#14 (permalink) |
|
œ∑´®†¥¨ˆøπåß∂ƒ©˙∆˚¬Ω≈ ç√∫˜
Join Date: Aug 2006
Location: Bangalore
Posts: 1,063
|
Nice tut. But what happens if you are a developer and you have tomcat running at port 80
__________________
Blogging @ http://classictutorials.com |
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
LinkBacks (?)
LinkBack to this Thread: http://www.thinkdigit.com/forum/tutorials/120693-how-remove-all-ads-all-sites.html
|
||||
| Posted By | For | Type | Date | |
| Thread Remove All Ads | Nature Or God | BoardReader | This thread | Refback | 28-06-2010 07:41 PM | |