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
- Host: GitHub
- URL: https://github.com/knutkirkhorn/ublock-origin-filters
- Owner: knutkirkhorn
- License: mit
- Created: 2021-01-13T22:28:49.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-21T16:01:07.000Z (5 months ago)
- Last Synced: 2025-05-21T17:21:40.110Z (5 months ago)
- Topics: filterlist, ublock-origin, ublock-origin-filters
- Homepage:
- Size: 37.1 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My uBlock Origin filters
> 🛑📋 My personal filters for uBlock Origin
[](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
```