An open API service indexing awesome lists of open source software.

https://github.com/knutkirkhorn/ublock-origin-filters

🛑📋 My personal filters for uBlock Origin
https://github.com/knutkirkhorn/ublock-origin-filters

filterlist ublock-origin ublock-origin-filters

Last synced: 3 months ago
JSON representation

🛑📋 My personal filters for uBlock Origin

Awesome Lists containing this project

README

          

# My uBlock Origin filters

> 🛑📋 My personal filters for uBlock Origin

[![Import filter to uBlock Origin](https://img.shields.io/static/v1?label=uBlock%20Origin&message=Import%20filter&color=de3f32&style=flat&logo=uBlock%20Origin)](https://subscribe.adblockplus.org/?location=https://raw.githubusercontent.com/knutkirkhorn/uBlock-Origin-filters/main/filters.txt&title=Knut%20Kirkhorn%27s%20uBlock%20Origin%20filters)

## Prerequisites

- [uBlock Origin](https://github.com/gorhill/uBlock) plugin:
- For [Firefox](https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/)
- For [Chrome](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm)

## Installation

Click the "Import filter" badge above or follow the steps below:

1. Go to uBlock Origin plugin options (click icon and then `Open the Dashboard`)
2. Go to `Filter lists` tab
3. Check `Import` under the `Custom` section
4. Append [this URL](https://raw.githubusercontent.com/knutkirkhorn/uBlock-Origin-filters/main/filters.txt) (`https://raw.githubusercontent.com/knutkirkhorn/uBlock-Origin-filters/main/filters.txt`) to the input box
5. Click Apply changes

## Development

### Install

```bash
bun install
```

### Lint

```bash
bun lint
```