![]() |
2008-01-11
, 00:22
|
Posts: 12 |
Thanked: 3 times |
Joined on Jan 2008
@ Germantown, MD
|
#12
|
If you have a local http server running then you should change 127.0.0.1 to something else or rely on another method.
The Following User Says Thank You to yueq For This Useful Post: | ||
![]() |
2008-01-13
, 04:38
|
Posts: 68 |
Thanked: 23 times |
Joined on Dec 2007
|
#13
|
Experiment with what? It's pretty clear that I couldn't find out how to disable it. It's not listed as a Microb component or in the settings. I've got Adblock Plus installed.
> Yes, you can disable it.
Thanks for telling me how. You chastise me for asking a question and then half-answer it.
Anyway. I'm going to try the CSS script and privoxy.
![]() |
2008-01-13
, 04:47
|
|
Posts: 5,478 |
Thanked: 5,222 times |
Joined on Jan 2006
@ St. Petersburg, FL
|
#14
|
The userContent.css file blocks quite a lot of ads, although not as many as the large hosts file and fakeweb, and was was wondering about the performance hit from having a large hosts file compared to the relatively small userContent.css script.
![]() |
2008-01-14
, 21:55
|
|
Posts: 58 |
Thanked: 16 times |
Joined on Oct 2007
@ Michigan, USA
|
#15
|
The idea is to use both. The big gain with the hosts over almost every other method (minus privoxy), is that it prevents the ads from even being loaded. This saves time, bandwidth, CPU and RAM.
But no, there is no hit with a large hosts. Instead of resolving the URL from a DNS server, it resolves from the hosts, which points nowhere.
![]() |
2008-01-14
, 22:17
|
|
Posts: 5,478 |
Thanked: 5,222 times |
Joined on Jan 2006
@ St. Petersburg, FL
|
#16
|
So the userContent.css is post filtering the data being displayed after it's downloaded - similar to what some GreasMonkey scripts do?
Also, if I have a 50K host file doesn't the browser have to check every link address with the list before sending it out to the internet DNS? I was thinking about the time taken to perform this check.
![]() |
2008-01-14
, 22:57
|
Posts: 168 |
Thanked: 51 times |
Joined on Jun 2007
|
#17
|
![]() |
2008-01-15
, 11:21
|
|
Posts: 739 |
Thanked: 159 times |
Joined on Sep 2007
@ Germany - Munich
|
#18
|
Make sure you do not mess up your original hosts file. See my post:
http://internettablettalk.com/forums...79&postcount=5
![]() |
2008-01-15
, 11:41
|
Posts: 479 |
Thanked: 58 times |
Joined on Dec 2007
@ Dubai, UAE
|
#19
|
![]() |
2008-01-15
, 12:27
|
|
Posts: 58 |
Thanked: 16 times |
Joined on Oct 2007
@ Michigan, USA
|
#20
|
Linux newbie here. How do I append the ad-blocking host to the original one?
cd /etc sudo gainroot wget http://www.mvps.org/winhelp2002/hosts.txt mv hosts hosts-orig cat hosts-orig hosts.txt > hosts rm hosts.txt
sudo gainroot cd /etc mv hosts hosts-orig cat hosts-orig /media/mmc2/hosts.txt > hosts
The Following 8 Users Say Thank You to PJE For This Useful Post: | ||
The userContent.css file blocks quite a lot of ads, although not as many as the large hosts file and fakeweb, and was was wondering about the performance hit from having a large hosts file compared to the relatively small userContent.css script.