Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edeca/www-adblock
A simple implementation of Adblock Plus in Perl
https://github.com/edeca/www-adblock
Last synced: 5 days ago
JSON representation
A simple implementation of Adblock Plus in Perl
- Host: GitHub
- URL: https://github.com/edeca/www-adblock
- Owner: edeca
- Created: 2010-07-03T16:19:21.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-09-08T15:16:00.000Z (about 14 years ago)
- Last Synced: 2023-03-10T23:23:10.428Z (over 1 year ago)
- Language: Perl
- Homepage:
- Size: 113 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
WWW::Adblock
============This module is a very simple Perl implementation of the Adblock Plus
extension for Firefox. Currently it supports URL filtering but not
element blocking.INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make installCOPYRIGHT AND LICENCE
Copyright (C) 2010 David Cannings
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.