adblock2privoxy icon indicating copy to clipboard operation
adblock2privoxy copied to clipboard

Convert adblock config files to privoxy format

Results 4 adblock2privoxy issues
Sort by recently updated
recently updated
newest added

Steps: * Clone, build and install current `master` (`adc858`) * Run `adblock2privoxy -p out $URL` * Copy outfiles to `/etc/privoxy` * Add the following to privoxy conf: ``` list actionsfile...

Added a workflow which generates the needed files and stores them in a different branch (genfiles). On top a Dockerfile is provided which integrates the filter and actions files and...

The [installation instructions](https://github.com/essandess/adblock2privoxy?tab=readme-ov-file#unix-installation) for *nix (debian 12 specifically) did not work as written, constant issues with stack and dependency hell. I am also not familiar with Haskell; maybe a PEBKAC...

Attempting a first-time install on ubuntu 22.04. The installation instructions did not mention that users need to clone the adblock2privoxy repo first, and then run the script in the README.me...