Active Topics

 


Reply
Thread Tools
Posts: 168 | Thanked: 51 times | Joined on Jun 2007
#1
I've posted this before but since some people are having trouble with the Adblock plugin for microb, I thought I'd repost this:

Ad blocking with css:
http://floppymoose.com has a good file (doesn't get everything though).

Save the file userContent.css to /home/user/.mozilla/microb/chrome/userContent.css to enable blocking with that file.

Restart browser once you have the file in place. Make sure permissions and ownership are set right.

This solution is very fast and very easy to setup.
 

The Following 3 Users Say Thank You to coffeedrinker For This Useful Post:
Posts: 160 | Thanked: 7 times | Joined on Nov 2007
#2
Thanks. I'll give it a go.

So, Adblock still has troubles, eh? My main question is whether there's still no fix for the supposed sluggishness it causes in Microb. Other issues I can deal with, but Microb is slow enough as it is.

I'm guessing there's lots of scripts for Greasemonkey for ad-removal. Has anyone found some that work well with Microb?

Lastly, to shove all of my ad-blocking questions into one post, is there a way to disable Adblock without uninstalling it?

Last edited by bexley; 2008-01-09 at 20:59.
 
Posts: 68 | Thanked: 23 times | Joined on Dec 2007
#3
Originally Posted by bexley View Post
Thanks. I'll give it a go.

So, Adblock still has troubles, eh? My main question is whether there's still no fix for the supposed sluggishness it causes in Microb. Other issues I can deal with, but Microb is slow enough as it is.

I'm guessing there's lots of scripts for Greasemonkey for ad-removal. Has anyone found some that work well with Microb?

Lastly, to shove all of my ad-blocking questions into one post, is there a way to disable Adblock without uninstalling it?
It's not that hard to experiment with it, instead of relying on what other people say. Yes, you can disable it, which is handy because it causes some sites not to load at all, on my system. When it works, I don't notice any slowness penalty. In fact, it speeds things up significantly on many sites because you don't have to wait for innumerable ads to download. Give it a try.
 
Posts: 68 | Thanked: 23 times | Joined on Dec 2007
#4
Originally Posted by coffeedrinker View Post
Make sure permissions and ownership are set right.
I could use a little elaboration on that if you don't mind. Thanks.
 
Posts: 168 | Thanked: 51 times | Joined on Jun 2007
#5
Um, just make sure you can read from the directory and file as your normal user.
 

The Following User Says Thank You to coffeedrinker For This Useful Post:
Posts: 160 | Thanked: 7 times | Joined on Nov 2007
#6
It's not that hard to experiment with it, instead of relying on what other people say.
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.
 
Posts: 12 | Thanked: 3 times | Joined on Jan 2008 @ Germantown, MD
#7
My (partial) solution is modifying the /etc/hosts to point the ads sites to nowhere. This method takes care of the majority of the ads and has least impact on system performance.

Root privilege is required to modify the /etc/hosts.
 

The Following 2 Users Say Thank You to yueq For This Useful Post:
munky261's Avatar
Posts: 1,674 | Thanked: 171 times | Joined on Mar 2007 @ Anderson, IN
#8
adblock does speed up surfing , when you already have a window open , but the 10-15 sec delay when opening a new browser window from the desktop is unacceptable.
 
Posts: 874 | Thanked: 316 times | Joined on Jun 2007 @ London UK
#9
My (partial) solution is modifying the /etc/hosts to point the ads sites to nowhere.
I would like to do that but have no idea what it entails. Would you post a how-to, please?
 
free's Avatar
Posts: 739 | Thanked: 159 times | Joined on Sep 2007 @ Germany - Munich
#10
open xterm
Code:
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
Mvps is one out of 10 major lists existing.
http://pgl.yoyo.org/adservers/
http://www.hosts-file.net/
http://someonewhocares.org/hosts/
http://hostsfile.mine.nu/


If you have a local http server running then you should change 127.0.0.1 to something else or rely on another method.

Last edited by free; 2008-01-10 at 12:17.
 
Reply

Tags
adblock


 
Forum Jump


All times are GMT. The time now is 00:17.