You don't need to be an 'investor' to invest in Singletrack: 6 days left: 95% of target - Find out more
Essentially I spend far to long (2 - 3hrs a day) on a certain forum plus facebook, is there a way of permanently limiting or banning websites on my computer. I'm using a mac with chrome at both home and work.
But surely if we tell you how to do it, you'll just undo it when you want?
will power usually works for keeping me off the pron sites.... 😉
I need this info so a colleague can do it for me.
ton, your doctor will prescribe you something if your struggling when you open up those sites.
........................
8)
But surely if we tell you how to do it, you'll just undo it when you want?
Well i was hoping it was enough of a faff that i won't undo it. God knows how others feel as there are some who seem to be permanently online!!
<serious answer>
There are usually options in the router setup to allow you to block specfic URLs, or URLs with specific words in them.
Obviously the best thing to do would be to apply some willpower. Next best thing would be to give an expert who will do some stuff without telling you what it is and then you'll never be able to access them.
But the most likely option is set up parental controls. I'm no MAC expert but I'm pretty sure all MAC's come with aprental controls with which you define which websites can be accessed during which times.
Hang on.....
Yep, here you go.
[url] http://www.thewwwblog.com/setup-parental-controls-mac-osx.html [/url]
if it asks you to set up a password to protect the settings just randomly hit the keyboard, that way you won't be able to get back in unless you're very lucky!
A simple way (but easy to undo) would just be to edit your local hosts file (I'm assuming you can do this on a Mac...) and either give the websites you want to 'block' an invalid IP or redirect them elsewhere.
As per FuzzyWuzzy, find your "hosts" file and add an entry as follows:-
[code]siteyouwanttoblock.com 127.0.0.1[/code]
That's it 🙂
To re-enable access just delete the line from the file again.
[url= https://addons.mozilla.org/en-US/firefox/addon/4476/ ]LeechBlock for Firefox[/url]
It is all you need ( if you don't have enough self control).
By getting a life?
Cheers guys, maybe I'll go back to firefox as leechblock sounds good. Although I really like chrome's web address bar and search engine function.
HOSTS is the easiest way. This is just a text file in (usually) c:\windows\system32\drivers\etc\
You could also do it using OpenDNS - blacklist the sites you want to avoid. http://www.opendns.com/
If you want to carry on using Chrome, you can create a script to do stuff like this. I believe it also works in Firefox, not sure if you need to do anything different.
In notepad, or whatever you can create text files in on a Mac:
[list]
[*] create a file called siteblocker.user.js (anyname as long as it ends ".user.js".[/*]
[*]Copy and Paste this in:[/*]
// ==UserScript==
// @name Block Singletrackworld and Facebook
// @include http://www.singletrackworld.com/*
// @include// @author thebunk
// @description Stops access to the best website in the internet - whoever wrote this should be ashamed of themselves. The author accepts no responsibility for anything bad that happens, ever.
// ==/UserScript==window.open("about::blank", "_self");
[*]Save the file.[/*]
[*]Drag the file from wherever you saved it onto a Chrome window and hit "Continue" where the file appears at the bottom, then "Install" when the dialog box pops up[/*]
[*]Try and go to your beloved sites, time-wasting scoundrel...[/*]
[*] 8)[/*]
[*]If you want to disable it, just ask (I'll never tell though)[/*]
[/list]