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

https://github.com/wildskyf/personal-blocklist

Browser Add-on: Blocks domains/hosts from appearing in your Google search results.
https://github.com/wildskyf/personal-blocklist

blocklist firefox-addon google-search web-extension

Last synced: about 2 months ago
JSON representation

Browser Add-on: Blocks domains/hosts from appearing in your Google search results.

Awesome Lists containing this project

README

        

# Personal Blocklist

Remove search results you don't want to see!

This Add-on is partially forked from `Personal Blocklist (By Google)`.

## Dev

```
npm i -g web-ext
npm run dev
npm run watch
```

## Build

```
yarn install
yarn build
cd build
web-ext build
```