vote up 0 vote down star

I am trying to block Google Reader:

reader.google.com

www.google.com/reader

The hard part is blocking the reader directory

I blocked reader.google.com by changing my /etc/hosts file (this is for a Mac)

Is there any way to block www.google.com/reader without buying software? Note this is for Safari so Greasemonkey won't work, and Leopard's Parental Controls throttle the CPU when they are turned on.

Also I've tried OpenDNS, which is awesome, but doesn't work for this...

Any thoughts?

Update: This is for a laptop that travels a lot. So a router or a home proxy server won't work. Firefox would work, but I don't think I can uninstall Safari from a mac.

flag

8 Answers

vote up 1 vote down check

You can use Privoxy to filter about anything.

link|flag
Thanks! I had been using OpenDNS, but I couldn't control at the directory level. – andy Sep 15 '08 at 14:22
vote up 1 vote down

Set up a proxy server and block it via that.

-Adam

link|flag
vote up 1 vote down

You could do this with a proxy (for example Proxomitron).

link|flag
vote up 1 vote down

Another option is to use a free service like www.opendns.com as your dns servers, they allow you to block specific domains or turn on filtering etc.

link|flag
vote up 0 vote down

What about at the router level? My router as an URL blocker built in.

link|flag
No, this is for a laptop that moves around a lot. It never uses the same router. – andy Sep 15 '08 at 14:05
vote up 0 vote down

Maybe you can find some sort of http proxy you could install to filter this content and use that when browsing. On Firefox you could easily define a rule for Adblock Plus.

link|flag
vote up 0 vote down

I did exactly what you're looking for using Safari AdBlock. Just define a few rules in Safari->Preferences->AdBlock and you should be good to go!

link|flag
vote up -1 vote down

try this

Place the Mac hosts file in the Preference folder. Name it "Hosts". Restart.

OR

Copy the Mac hosts file to your computer. In the TCP/IP Control Panel, choose 'Select Hosts file' Select this file. Close and restart.

then add this line to it

127.0.0.1 reader.google.com

note: answer from http://www.ecst.csuchico.edu/~atman/spam/adblock.shtml

link|flag
I used this to block reader.google.com, but it doesn't help for blocking www.google.com/reader. I need a way to block both. – andy Sep 15 '08 at 14:09
The HOSTS file only deals with domains, not directories. It won't work for www.google.com/reader unless you block all of Google. – ceejayoz Sep 15 '08 at 14:32

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.