The following script takes an Adblock filter from the FilterSet.G archive and converts it to a PAC file. The PAC file is for use with K-Meleon, which does not come with an Adblock filter module.
Added a filter toggle based on John's no-Ads PAC script.
To disable the filter, visit this URL: http://no-ads.int/off
To re-enable the filter, visit this URL: http://no-ads.int/on
The whitelist is currently hardcoded into the script. It may be read in from a file in a future enhancement.
The blackhole address may not work on all systems. If it fails,
( Read more... )
Added a filter toggle based on John's no-Ads PAC script.
To disable the filter, visit this URL: http://no-ads.int/off
To re-enable the filter, visit this URL: http://no-ads.int/on
The whitelist is currently hardcoded into the script. It may be read in from a file in a future enhancement.
The blackhole address may not work on all systems. If it fails,
PROXY 127.0.0.1:3421
may work as an alternative.( Read more... )