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

https://github.com/davidar/cosmetic-filter

Basic cosmetic / element hiding filtering
https://github.com/davidar/cosmetic-filter

Last synced: about 1 year ago
JSON representation

Basic cosmetic / element hiding filtering

Awesome Lists containing this project

README

          

# cosmetic-filter

```sh
npm install cosmetic-filter
```

```js
const {FilterList} = require('cosmetic-filter')

let filterList = new FilterList()
filterList.loadEasyList()
filterList.filter(document.body, window.location.href)
```