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.
- Host: GitHub
- URL: https://github.com/wildskyf/personal-blocklist
- Owner: wildskyf
- Created: 2017-05-16T16:25:57.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T08:38:59.000Z (over 2 years ago)
- Last Synced: 2024-04-13T23:54:46.580Z (about 1 year ago)
- Topics: blocklist, firefox-addon, google-search, web-extension
- Language: JavaScript
- Homepage: https://addons.mozilla.org/en-US/firefox/addon/personal-blocklist/
- Size: 2.86 MB
- Stars: 80
- Watchers: 5
- Forks: 8
- Open Issues: 47
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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
```