Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cside/hatena-mute

はてなブックマークの記事をキーワードやURLでミュート
https://github.com/cside/hatena-mute

chrome chrome-extension firefox-addon firefox-extension hatena-bookmark

Last synced: about 2 months ago
JSON representation

はてなブックマークの記事をキーワードやURLでミュート

Awesome Lists containing this project

README

        

# はてなミュート(ブラウザ拡張)

はてなブックマークの記事をキーワードやURLでミュート

## インストール

- [Chrome](https://chrome.google.com/webstore/detail/agomiblbpgcimbonnfmlcealkjlegbnf)
- [Edge](https://microsoftedge.microsoft.com/addons/detail/ecoemolmjoekecgonoijkhmmheehnpjh)
- [Firefox](https://addons.mozilla.org/ja/firefox/addon/%E3%81%AF%E3%81%A6%E3%81%AA%E3%83%9F%E3%83%A5%E3%83%BC%E3%83%88/)

## How to Build

Replace `YOUR_TOKEN` with your Github access token that includes `read:packages` permission

```bash
cat << EOF > .npmrc
//npm.pkg.github.com/:_authToken=YOUR_TOKEN
@cside:registry=https://npm.pkg.github.com/
EOF

pnpm install
pnpm run build
```

## Release Notes

[/releases](https://github.com/Cside/hatena-mute/releases)

## How to Contribute

⚠️機能の要望がある場合は pull request を送る前にまずは `/issues` で私に相談してください。

Create a branch from `develop` and make a pull request to `develop` .

## License

[The MIT License](/LICENSE).