From 854459cb11d29093bf8dc6e98c3cfb6ba208ec6c Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Tue, 31 Oct 2017 13:23:59 +0100 Subject: Initial commit --- README.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.rst (limited to 'README.rst') diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..9ef00ce --- /dev/null +++ b/README.rst @@ -0,0 +1,15 @@ +curlfilter +========== + +Filter URLs passed to libcurl’s easy interface by regular expression. Can be +used to implement per-application ad-blocking. + +Compile with:: + + make + +For Spotify run:: + + export CURLFILTER_PATTERN="spclient.wg.spotify.com/ad[-s]" + LD_PRELOAD=/path/to/curlfilter.so spotify + -- cgit v1.2.3