Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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でミュート
- Host: GitHub
- URL: https://github.com/cside/hatena-mute
- Owner: Cside
- License: mit
- Created: 2023-02-10T13:03:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T10:23:52.000Z (2 months ago)
- Last Synced: 2024-10-23T11:03:53.205Z (2 months ago)
- Topics: chrome, chrome-extension, firefox-addon, firefox-extension, hatena-bookmark
- Language: TypeScript
- Homepage: https://chrome.google.com/webstore/detail/agomiblbpgcimbonnfmlcealkjlegbnf
- Size: 1.36 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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/
EOFpnpm 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).