|
|
ViewsInternet:Ad BlockingFrom Internet Tablet TalkNot only does blocking ads remove their annoyance and distraction, it also reduces the bandwidth usage. This may make pages load quicker depending on the method chosen and network connection. Especially on slower connections the speed gained by the reduced amount of data to download outweights the extra overhead of the ad blocker. Choose any of the following options or a combination: Option 1: PrivoxyPrivoxy is an application that can function, among other things, as an ad filtering proxyserver. That means that instead of directly connecting to the internet you route communication via this application. Pros:
Cons:
To install do the following:
Now this connection uses Privoxy and ads should be blocked. For each saved connection with which you want to use Privoxy you need to edit the proxy settings as shown above. Although you can change the ad-blocking settings by editing the configuration files in /etc/privoxy, the default settings will work for most people. Editing requires root permissions. It is possible that Privoxy stops some applications from connecting to the network as all applications are now forced to go via Privoxy for http and https access. The Wayfinder Map application for example cannot download maps via a connetion with Privoxy. A simple solution is to make another network connection via Settings that does not use Privoxy and switch between them when necessary. Or, if you know the exact domain(s) the application tries to access, you could add the domain to Privoxy's whitelist. To do so edit /etc/privoxy/user.action and put it under the section ' { -block }'. See also: www.privoxy.org. Option 2: Adblock PlusAdblock Plus is a plugin for Mozilla based browsers, such as Firefox and the Microb browser on the Internet Tablet OS2008. Pros:
Cons:
It can be installed by finding and installing the repository from http://www.gronmayer.com/it/, and then install it from the Application Manager.
Save time building up your block list by copying your existing patterns.ini to your tablet here: /home/user/.mozilla/microb/adblockplus e.g. On Windows XP this can be found here: C:\Documents and Settings\User\Application Data\Mozilla\Firefox\Profiles\xxxxxxx.default\adblockplus Option 3: editing 'hosts' and 'userContent.css'Editing the 'hosts' and/or 'userContent.css' files. Pros:
Cons:
The file /etc/host file can be used to block certain domain names. An example of what to put in this file can be found here. To edit it you need root access. Be careful to add it to the existing contents instead of overwriting them, as these are necessary for normal operation of the Tablet. For a detailed how-to see this forum-topic. The file /home/user/.mozilla/microb/chrome/userContent.css is read by the Microb webbrowser and allows to have custom rules for how to display certain elements on a page. http://floppymoose.com has an example of what to put in this file. Save the contents to it, or create it if it doesn't exist, set the right permissions of the file, and restart the browser. |