Block Specific URL On Web Browsers
Answer : The answer will only SLIGHTLY differ by the operating system you are using. I'm running Ubuntu on a powerpc :p but in general the same rules apply on windows and mac as well. If these instructions do not work for you then I will adapt this answer for your OS. For now here is the Linux method. The only way I have found after hours of searching, to do this, is to install privoxy . Once you install privoxy you need to edit the /etc/privoxy/config file in the following manner: 1) Find where it says #listen-address localhost:8118 and uncomment this line so that it says listen-address localhost:8118 2) Add the following lines to the bottom of this config file: actionsfile blacklist.action actionsfile whitelist.action 3) Now you need to create these action files in a text editor as root: a) gksu gedit /etc/privoxy/blacklist.action and add the following { +block } www.apple.com/itunes twil.tv/category/video www.url.com/page anything you add under...