GithubHelp home page GithubHelp logo

urlblock's Introduction

urlblock

urlblock is a C library for blocking URLs based on simple, predefined rules. The rules will be compiled into the library, allowing you to fully embed urlblock's functionality in your programs.

Getting Started

Before you can build urlblock, you need to create your own set of rules:

mkdir data
touch data/hosts.txt
touch data/paths.txt

These rules will be used to block URLs. The data/hosts.txt file should contain all blacklisted hostnames. The data/paths.txt file should contain blacklisted keywords, which will be matched anywhere inside the URL's path component.

The utils directory contains a Python script, which can be used to create these rule files based on AdBlock filter lists and UNIX hosts files.

python utils/import.py PATH...

Once you have defined your own set of rules, urlblock can be build by running

make
make test

License

urlblock is released under MIT license. You can find a copy of the MIT License in the LICENSE file.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.